Html Css Color HEX #E00DB9 Shocking Pink

📋 copy color: '#E00DB9'

red 224 ◦ green 13 ◦ blue 185

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

Shades of Shocking Pink #E00DB9

Tints of Shocking Pink #E00DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 53.08%
G = 3.08%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E00DB9 (or 0xE00DB9) is known color: Shocking Pink. HEX triplet: E0, 0D and B9. RGB value is (224,13,185). Sum of RGB (Red+Green+Blue) = 224+13+185=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DB9 is #1FF246. Grayscale: #5F5F5F. Windows color (decimal): -2093639 or 12127712. OLE color: 12127712.

HSL color Cylindrical-coordinate representation of color #E00DB9: hue angle of 311.09º 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 #E00DB9 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 185 -
CMYK 0 0.94 0.17 0.12
HSL 311.09º 0.89% 0.46% -
HSV(B) 311.09º 0.94% 0.88% -
XYZ 39.64 19.64 47.6 -
YUV 95.7 178.4 219.51 -
System Red Green Blue C M Y K H S L
Decimal 224 13 185 0 0.94 0.17 0.12 311.09 0.89 0.46
Hex E0 D B9 0 5E 11 C 137 59 2E
Octal 340 15 271 0 136 21 14 467 131 56
Binary 11100000 1101 10111001 0 1011110 10001 1100 100110111 1011001 101110

Color Harmonies of #E00DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DB9

Black with #E00DB9

Text Example


Text Example

White with #E00DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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