Html Css Color HEX #E01ECC Shocking Pink

📋 copy color: '#E01ECC'

red 224 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #E01ECC

Tints of Shocking Pink #E01ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.55%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 48.91%
G = 6.55%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E01ECC (or 0xE01ECC) is known color: Shocking Pink. HEX triplet: E0, 1E and CC. RGB value is (224,30,204). Sum of RGB (Red+Green+Blue) = 224+30+204=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ECC is #1FE133. Grayscale: #6B6B6B. Windows color (decimal): -2089268 or 13377248. OLE color: 13377248.

HSL color Cylindrical-coordinate representation of color #E01ECC: hue angle of 306.19º degrees, saturation: 0.76, 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 #E01ECC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 30 204 -
CMYK 0 0.87 0.09 0.12
HSL 306.19º 0.76% 0.5% -
HSV(B) 306.19º 0.87% 0.88% -
XYZ 42.1 21.14 58.99 -
YUV 107.84 182.27 210.85 -
System Red Green Blue C M Y K H S L
Decimal 224 30 204 0 0.87 0.09 0.12 306.19 0.76 0.5
Hex E0 1E CC 0 57 9 C 132 4C 32
Octal 340 36 314 0 127 11 14 462 114 62
Binary 11100000 11110 11001100 0 1010111 1001 1100 100110010 1001100 110010

Color Harmonies of #E01ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ECC

Black with #E01ECC

Text Example


Text Example

White with #E01ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ECC; }

 p { color: rgb(224,30,204); }

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

background-color css

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

 a { background-color: rgb(224,30,204); }

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

border-color css

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

 span { border-color: rgb(224,30,204); }

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