Html Css Color HEX #E11DB6 Shocking Pink

📋 copy color: '#E11DB6'

red 225 ◦ green 29 ◦ blue 182

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

Shades of Shocking Pink #E11DB6

Tints of Shocking Pink #E11DB6

RGB

 RED value IS 225 (88.28% from 255) = 51.61%

 GREEN value IS 29 (11.72% from 255) = 6.65%

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 51.61%
G = 6.65%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E11DB6 (or 0xE11DB6) is known color: Shocking Pink. HEX triplet: E1, 1D and B6. RGB value is (225,29,182). Sum of RGB (Red+Green+Blue) = 225+29+182=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DB6 is #1EE249. Grayscale: #686868. Windows color (decimal): -2024010 or 11935201. OLE color: 11935201.

HSL color Cylindrical-coordinate representation of color #E11DB6: hue angle of 313.16º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11DB6 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 29 182 -
CMYK 0 0.87 0.19 0.12
HSL 313.16º 0.77% 0.5% -
HSV(B) 313.16º 0.87% 0.88% -
XYZ 39.93 20.26 46.06 -
YUV 105.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 225 29 182 0 0.87 0.19 0.12 313.16 0.77 0.5
Hex E1 1D B6 0 57 13 C 139 4D 32
Octal 341 35 266 0 127 23 14 471 115 62
Binary 11100001 11101 10110110 0 1010111 10011 1100 100111001 1001101 110010

Color Harmonies of #E11DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DB6

Black with #E11DB6

Text Example


Text Example

White with #E11DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DB6; }

 p { color: rgb(225,29,182); }

 H1.HeaderClassName
 {
   color: #E11DB6;
 }
 .AnyTagClassName
 {
   color: #E11DB6;
 }
</style>

background-color css

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

 a { background-color: rgb(225,29,182); }

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

border-color css

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

 span { border-color: rgb(225,29,182); }

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