COLOR #EB98CB

HEX: #EB98CB RGB: (235,152,203)

Color info

#EB98CB contains mainly red and blue colors. Web safe color of #EB98CB is #FF99CC (or #F9C).

RGB color model

#EB98CB color RGB value is (235,152,203).

RGB: (235,152,203) (92%, 60%, 80%)

RGB channels and saturation

R 235 of 255 = 92%
G 152 of 255 = 60%
B 203 of 255 = 80%

235
152
203

R + G + B ~ 77%. #EB98CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 152 + 203 = 590 (100%)
R 235 of 590 ~ 39.83%
G 152 of 590 ~ 25.76%
B 203 of 590 ~ 34.41'%

%39.83
%25.76
%34.41

CMYK color model

#EB98CB color CMYK value is (0,35,14,8).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK: (0,35,14,8) C0M35Y14K8 (0%,35%,14%,8%) (0.00/0.35/0.14/0.08) 

CMYK percentages

%0
%35.32
%13.62
%7.84

Codes

Color #EB98CB in popluar color models

EB 98 CB
RGB 235 152 203
HSL 323° 67.48% 75.88%
HSB/HSV 323° 35.32% 92.16%
CMYK 0.00% 35.32% 13.62%
7.84%

Color #EB98CB in popluar number systems.

HEX EB 98 CB
Decimal 235 152 203
Binary 11101011 10011000 11001011
Octal 353 230 313

Shades and tints

Shades of #EB98CB

#EB98CB
(235,152,203)
#D68BB9
(214,139,185)
#C17EA7
(193,126,167)
#AC7195
(172,113,149)
#976483
(151,100,131)
#825771
(130,87,113)
#6D4A5F
(109,74,95)
#583D4D
(88,61,77)
#43303B
(67,48,59)
#2E2329
(46,35,41)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #EB98CB

#EB98CB
(235,152,203)
#ECA1CF
(236,161,207)
#EDAAD3
(237,170,211)
#EEB3D7
(238,179,215)
#EFBCDB
(239,188,219)
#F0C5DF
(240,197,223)
#F1CEE3
(241,206,227)
#F2D7E7
(242,215,231)
#F3E0EB
(243,224,235)
#F4E9EF
(244,233,239)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB98CB color. Also use rgb(235,152,203) instead hex code.

Text Font Color

.myTextColor { color: #EB98CB; }

<p style="color:#EB98CB">This sample text font color is #EB98CB.</p>

This text font color is #EB98CB.

Background Color

.myBgColor { background-color: #EB98CB; }

<div style="background-color:#EB98CB">Inner text</div>

This div background color is #EB98CB.

Border color

.myBorderColor { border: 1px solid #EB98CB; }

<div style="border:3px solid #EB98CB">Div</div>

This div border color is #EB98CB.

Opacity

.myOpacity80 { color: #EB98CB; opacity: 0.8; }

<p style="color:#EB98CB;opacity:0.8;">80%</p>

Text with #EB98CB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB98CB;}

<p style="text-shadow: 3px 3px 1px #EB98CB">Text here.</p>

This text has shadow with #EB98CB color.


.textShadow {text-shadow: 3px 3px 1px #EB98CB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB98CB, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB98CB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB98CB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB98CB, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB98CB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB98CB;
-webkit-box-shadow: 1px 1px 3px 2px #EB98CB;
box-shadow: 1px 1px 3px 2px #EB98CB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB98CB; -webkit-box-shadow: 1px 1px 3px 2px #EB98CB; box-shadow:1px 1px 3px 2px #EB98CB;">
Div content here
</div>

This div box has shadow with color #EB98CB.

Preview

Color preview on black background

This text has color #EB98CB on black background.


Color preview on white background

This text has color #EB98CB on white background.


Black color preview on #EB98CB background

This text has black color on #EB98CB background.


White color preview on #EB98CB background

This text has white color on #EB98CB background.


Related colors

Complementary color

Complementary color for #hex is #146734.


I love getcolorcode.com

Triadic colors

1 #CBEB98 and #98CBEB with #EB98CB are triadic colors.

2 #CB98EB and #98EBCB with #EB98CB are triadic colors.