Html Css Color HEX #E00DC0 Shocking Pink

📋 copy color: '#E00DC0'

red 224 ◦ green 13 ◦ blue 192

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

Shades of Shocking Pink #E00DC0

Tints of Shocking Pink #E00DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 52.21%
G = 3.03%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E00DC0 (or 0xE00DC0) is known color: Shocking Pink. HEX triplet: E0, 0D and C0. RGB value is (224,13,192). Sum of RGB (Red+Green+Blue) = 224+13+192=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DC0 is #1FF23F. Grayscale: #5F5F5F. Windows color (decimal): -2093632 or 12586464. OLE color: 12586464.

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

Color convert

RGB 224 13 192 -
CMYK 0 0.94 0.14 0.12
HSL 309.1º 0.89% 0.46% -
HSV(B) 309.1º 0.94% 0.88% -
XYZ 40.4 19.94 51.59 -
YUV 96.5 181.9 218.95 -
System Red Green Blue C M Y K H S L
Decimal 224 13 192 0 0.94 0.14 0.12 309.1 0.89 0.46
Hex E0 D C0 0 5E E C 135 59 2E
Octal 340 15 300 0 136 16 14 465 131 56
Binary 11100000 1101 11000000 0 1011110 1110 1100 100110101 1011001 101110

Color Harmonies of #E00DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DC0

Black with #E00DC0

Text Example


Text Example

White with #E00DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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