#E91B8E

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

Shades of Deep Pink #E91B8E

Tints of Deep Pink #E91B8E

Color information

#E91B8E (or 0xE91B8E) is unknown color: approx Deep Pink. HEX triplet: E9, 1B and 8E. RGB value is (233,27,142). Sum of RGB (Red+Green+Blue) = 233+27+142=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91B8E is #16E471. Grayscale: #656565. Windows color (decimal): -1500274 or 9313257. OLE color: 9313257.

HSL color Cylindrical-coordinate representation of color #E91B8E: hue angle of 326.5º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91B8E is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23327142-
CMYK00.880.390.09
HSL326.5º82.4%50.98%-
HSV(B)326.5º88.41%91.37%-
XYZ38.8820.0627.41-
YUV101.7150.75221.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.96%
GREEN value IS 27 (10.94% from 255) = 6.72%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=57.96%
G=6.72%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332714200.880.390.09326.582.450.98
HexE91B8E0582791475233
Octal351332160130471150712263
Binary1110100111011100011100101100010011110011010001111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91B8E; }

 p { color: rgb(233,27,142); }

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

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

 a { background-color: rgb(233,27,142); }

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

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

 span { border-color: rgb(233,27,142); }

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