#E90C83

Color #E90C83 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #E90C83

Tints of Deep Pink #E90C83

Color information

#E90C83 (or 0xE90C83) is unknown color: approx Deep Pink. HEX triplet: E9, 0C and 83. RGB value is (233,12,131). Sum of RGB (Red+Green+Blue) = 233+12+131=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90C83 is #16F37C. Grayscale: #5B5B5B. Windows color (decimal): -1504125 or 8588521. OLE color: 8588521.

HSL color Cylindrical-coordinate representation of color #E90C83: hue angle of 327.69º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C83 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB23312131-
CMYK00.950.440.09
HSL327.69º90.2%48.04%-
HSV(B)327.69º94.85%91.37%-
XYZ37.8319.2323.19-
YUV91.64150.22228.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 61.97%
GREEN value IS 12 (5.08% from 255) = 3.19%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=61.97%
G=3.19%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331213100.950.440.09327.6990.248.04
HexE9C8305F2C91485a30
Octal351142030137541151013260
Binary111010011100100000110101111110110010011010010001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90C83; }

 p { color: rgb(233,12,131); }

 H1.HeaderClassName
 {
   color: #E90C83;
 }
 .AnyTagClassName
 {
   color: #E90C83;
 }
</style>
background-color css

<style>
 a { background-color: #E90C83; }

 a { background-color: rgb(233,12,131); }

 div.DivClassName
 {
   background-color: #E90C83;
 }
 .BgClassName
 {
   background-color: #E90C83;
 }
</style>
border-color css

<style>
 span { border-color: #E90C83; }

 span { border-color: rgb(233,12,131); }

 td.TdClassName
 {
   border-color: #E90C83;
 }
 .TagClassName
 {
   border-color: #E90C83;
 }
</style>