#E90C84

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

Shades of Deep Pink #E90C84

Tints of Deep Pink #E90C84

Color information

#E90C84 (or 0xE90C84) is unknown color: approx Deep Pink. HEX triplet: E9, 0C and 84. RGB value is (233,12,132). Sum of RGB (Red+Green+Blue) = 233+12+132=377 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.80% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90C84 is #16F37B. Grayscale: #5B5B5B. Windows color (decimal): -1504124 or 8654057. OLE color: 8654057.

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

Color convert

RGB23312132-
CMYK00.950.430.09
HSL327.42º90.2%48.04%-
HSV(B)327.42º94.85%91.37%-
XYZ37.919.2523.55-
YUV91.76150.72228.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 61.80%
GREEN value IS 12 (5.08% from 255) = 3.18%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=61.80%
G=3.18%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331213200.950.430.09327.4290.248.04
HexE9C8405F2B91475a30
Octal351142040137531150713260
Binary111010011100100001000101111110101110011010001111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90C84; }

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

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

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

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

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

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

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

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