Html Css Color HEX #E91DD6 Shocking Pink

📋 copy color: '#E91DD6'

red 233 ◦ green 29 ◦ blue 214

#E91DD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #E91DD6

Tints of Shocking Pink #E91DD6

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 value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E91DD6 (or 0xE91DD6) is known color: 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

RGB 233 29 214 -
CMYK 0 0.88 0.08 0.09
HSL 305.59º 0.82% 0.51% -
HSV(B) 305.59º 0.88% 0.91% -
XYZ 46.18 23.06 65.63 -
YUV 111.09 186.09 214.96 -
System Red Green Blue C M Y K H S L
Decimal 233 29 214 0 0.88 0.08 0.09 305.59 0.82 0.51
Hex E9 1D D6 0 58 8 9 132 52 33
Octal 351 35 326 0 130 10 11 462 122 63
Binary 11101001 11101 11010110 0 1011000 1000 1001 100110010 1010010 110011

Color Harmonies of #E91DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91DD6

Black with #E91DD6

Text Example


Text Example

White with #E91DD6

Text Example


Text Example

HTML Codes & Css Web 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>