Html Css Color HEX #E00DB6 Shocking Pink

📋 copy color: '#E00DB6'

red 224 ◦ green 13 ◦ blue 182

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

Shades of Shocking Pink #E00DB6

Tints of Shocking Pink #E00DB6

RGB

 RED value IS 224 (87.89% from 255) = 53.46%

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 53.46%
G = 3.1%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E00DB6 (or 0xE00DB6) is known color: Shocking Pink. HEX triplet: E0, 0D and B6. RGB value is (224,13,182). Sum of RGB (Red+Green+Blue) = 224+13+182=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DB6 is #1FF249. Grayscale: #5E5E5E. Windows color (decimal): -2093642 or 11931104. OLE color: 11931104.

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

Color convert

RGB 224 13 182 -
CMYK 0 0.94 0.19 0.12
HSL 311.94º 0.89% 0.46% -
HSV(B) 311.94º 0.94% 0.88% -
XYZ 39.33 19.51 45.95 -
YUV 95.36 176.9 219.76 -
System Red Green Blue C M Y K H S L
Decimal 224 13 182 0 0.94 0.19 0.12 311.94 0.89 0.46
Hex E0 D B6 0 5E 13 C 138 59 2E
Octal 340 15 266 0 136 23 14 470 131 56
Binary 11100000 1101 10110110 0 1011110 10011 1100 100111000 1011001 101110

Color Harmonies of #E00DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DB6

Black with #E00DB6

Text Example


Text Example

White with #E00DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DB6; }

 p { color: rgb(224,13,182); }

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

background-color css

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

 a { background-color: rgb(224,13,182); }

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

border-color css

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

 span { border-color: rgb(224,13,182); }

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