COLOR #EB90C4

HEX: #EB90C4 RGB: (235,144,196)

Color info

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

RGB color model

#EB90C4 color RGB value is (235,144,196).

RGB: (235,144,196) (92%, 56%, 77%)

RGB channels and saturation

R 235 of 255 = 92%
G 144 of 255 = 56%
B 196 of 255 = 77%

235
144
196

R + G + B ~ 75%. #EB90C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 144 + 196 = 575 (100%)
R 235 of 575 ~ 40.87%
G 144 of 575 ~ 25.04%
B 196 of 575 ~ 34.09'%

%40.87
%25.04
%34.09

CMYK color model

#EB90C4 color CMYK value is (0,39,17,8).

  • cyan value is 0.00%
  • magenta value is 38.72%
  • yellow value is 16.60%
  • key color value is 7.84%

CMYK: (0,39,17,8)
C0M39Y17K8 (0%, 39%, 17%, 8%)
(0.00 / 0.39 / 0.17 / 0.08)

CMYK percentages

%0
%38.72
%16.6
%7.84

Codes

Color #EB90C4 in popluar color models

EB 90 C4
RGB 235 144 196
HSL 326° 69.47% 74.31%
HSB/HSV 326° 38.72% 92.16%
CMYK 0.00% 38.72% 16.60%
7.84%

Color #EB90C4 in popluar number systems.

HEX EB 90 C4
Decimal 235 144 196
Binary 11101011 10010000 11000100
Octal 353 220 304

Shades and tints

Shades of #EB90C4

#EB90C4
(235,144,196)
#D683B3
(214,131,179)
#C176A2
(193,118,162)
#AC6991
(172,105,145)
#975C80
(151,92,128)
#824F6F
(130,79,111)
#6D425E
(109,66,94)
#58354D
(88,53,77)
#43283C
(67,40,60)
#2E1B2B
(46,27,43)
#190E1A
(25,14,26)
#000000
(0,0,0)

Tints of #EB90C4

#EB90C4
(235,144,196)
#EC9AC9
(236,154,201)
#EDA4CE
(237,164,206)
#EEAED3
(238,174,211)
#EFB8D8
(239,184,216)
#F0C2DD
(240,194,221)
#F1CCE2
(241,204,226)
#F2D6E7
(242,214,231)
#F3E0EC
(243,224,236)
#F4EAF1
(244,234,241)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB90C4 color. Also use rgb(235,144,196) instead hex code.

Text Font Color

.myTextColor { color: #EB90C4; }

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

This text font color is #EB90C4.

Background Color

.myBgColor { background-color: #EB90C4; }

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

This div background color is #EB90C4.

Border color

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

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

This div border color is #EB90C4.

Opacity

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

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

Text with #EB90C4 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 #EB90C4;}

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

This text has shadow with #EB90C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB90C4.

Preview

Color preview on black background

This text has color #EB90C4 on black background.


Color preview on white background

This text has color #EB90C4 on white background.


Black color preview on #EB90C4 background

This text has black color on #EB90C4 background.


White color preview on #EB90C4 background

This text has white color on #EB90C4 background.


Related colors

Complementary color

Complementary color for #hex is #146F3B.


I love getcolorcode.com

Triadic colors

1 #C4EB90 and #90C4EB with #EB90C4 are triadic colors.

2 #C490EB and #90EBC4 with #EB90C4 are triadic colors.