#E90C82

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

Shades of Deep Pink #E90C82

Tints of Deep Pink #E90C82

Color information

#E90C82 (or 0xE90C82) is unknown color: approx Deep Pink. HEX triplet: E9, 0C and 82. RGB value is (233,12,130). Sum of RGB (Red+Green+Blue) = 233+12+130=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C82 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90C82 is #16F37D. Grayscale: #5B5B5B. Windows color (decimal): -1504126 or 8522985. OLE color: 8522985.

HSL color Cylindrical-coordinate representation of color #E90C82: hue angle of 327.96º 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 #E90C82 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB23312130-
CMYK00.950.440.09
HSL327.96º90.2%48.04%-
HSV(B)327.96º94.85%91.37%-
XYZ37.7719.222.83-
YUV91.53149.72228.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.13%
GREEN value IS 12 (5.08% from 255) = 3.2%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=62.13%
G=3.2%
B=34.67%

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
Decimal2331213000.950.440.09327.9690.248.04
HexE9C8205F2C91485a30
Octal351142020137541151013260
Binary111010011100100000100101111110110010011010010001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90C82; }

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

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

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

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

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

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

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

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