Html Css Color HEX #E01CC2 Shocking Pink

📋 copy color: '#E01CC2'

red 224 ◦ green 28 ◦ blue 194

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

Shades of Shocking Pink #E01CC2

Tints of Shocking Pink #E01CC2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.28%

 BLUE value IS 194 (76.17% from 255) = 43.5%

R = 50.22%
G = 6.28%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E01CC2 (or 0xE01CC2) is known color: Shocking Pink. HEX triplet: E0, 1C and C2. RGB value is (224,28,194). Sum of RGB (Red+Green+Blue) = 224+28+194=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CC2 is #1FE33D. Grayscale: #696969. Windows color (decimal): -2089790 or 12721376. OLE color: 12721376.

HSL color Cylindrical-coordinate representation of color #E01CC2: hue angle of 309.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CC2 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 194 -
CMYK 0 0.88 0.13 0.12
HSL 309.18º 0.78% 0.49% -
HSV(B) 309.18º 0.88% 0.88% -
XYZ 40.89 20.57 52.85 -
YUV 105.53 177.93 212.5 -
System Red Green Blue C M Y K H S L
Decimal 224 28 194 0 0.88 0.13 0.12 309.18 0.78 0.49
Hex E0 1C C2 0 58 D C 135 4E 31
Octal 340 34 302 0 130 15 14 465 116 61
Binary 11100000 11100 11000010 0 1011000 1101 1100 100110101 1001110 110001

Color Harmonies of #E01CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CC2

Black with #E01CC2

Text Example


Text Example

White with #E01CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CC2; }

 p { color: rgb(224,28,194); }

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

background-color css

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

 a { background-color: rgb(224,28,194); }

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

border-color css

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

 span { border-color: rgb(224,28,194); }

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