#E91094

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

Shades of Deep Pink #E91094

Tints of Deep Pink #E91094

Color information

#E91094 (or 0xE91094) is unknown color: approx Deep Pink. HEX triplet: E9, 10 and 94. RGB value is (233,16,148). Sum of RGB (Red+Green+Blue) = 233+16+148=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E91094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91094 is #16EF6B. Grayscale: #5F5F5F. Windows color (decimal): -1503084 or 9703657. OLE color: 9703657.

HSL color Cylindrical-coordinate representation of color #E91094: hue angle of 323.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91094 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB23316148-
CMYK00.930.360.09
HSL323.5º87.15%48.82%-
HSV(B)323.5º93.13%91.37%-
XYZ39.1319.8329.78-
YUV95.93157.39225.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.69%
GREEN value IS 16 (6.64% from 255) = 4.03%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=58.69%
G=4.03%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331614800.930.360.09323.587.1548.82
HexE9109405D2491445731
Octal351202240135441150412761
Binary1110100110000100101000101110110010010011010001001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91094; }

 p { color: rgb(233,16,148); }

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

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

 a { background-color: rgb(233,16,148); }

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

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

 span { border-color: rgb(233,16,148); }

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