#E91DD6

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

Shades of Shocking Pink #E91DD6

Tints of Shocking Pink #E91DD6

Color information

#E91DD6 (or 0xE91DD6) is unknown color: approx Shocking Pink. HEX triplet: E9, 1D and D6. RGB value is (233,29,214). Sum of RGB (Red+Green+Blue) = 233+29+214=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DD6 is #16E229. Grayscale: #6E6E6E. Windows color (decimal): -1499690 or 14032361. OLE color: 14032361.

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

Color convert

RGB23329214-
CMYK00.880.080.09
HSL305.59º82.26%51.37%-
HSV(B)305.59º87.55%91.37%-
XYZ46.1823.0665.63-
YUV111.09186.09214.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.95%
GREEN value IS 29 (11.72% from 255) = 6.09%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=48.95%
G=6.09%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332921400.880.080.09305.5982.2651.37
HexE91DD6058891325233
Octal351353260130101146212263
Binary11101001111011101011001011000100010011001100101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91DD6; }

 p { color: rgb(233,29,214); }

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

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

 a { background-color: rgb(233,29,214); }

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

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

 span { border-color: rgb(233,29,214); }

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