Html Css Color HEX #E020C2 Shocking Pink

📋 copy color: '#E020C2'

red 224 ◦ green 32 ◦ blue 194

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

Shades of Shocking Pink #E020C2

Tints of Shocking Pink #E020C2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.11%

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

R = 49.78%
G = 7.11%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E020C2 (or 0xE020C2) is known color: Shocking Pink. HEX triplet: E0, 20 and C2. RGB value is (224,32,194). Sum of RGB (Red+Green+Blue) = 224+32+194=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E020C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020C2 is #1FDF3D. Grayscale: #6B6B6B. Windows color (decimal): -2088766 or 12722400. OLE color: 12722400.

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

Color convert

RGB 224 32 194 -
CMYK 0 0.86 0.13 0.12
HSL 309.38º 0.76% 0.5% -
HSV(B) 309.38º 0.86% 0.88% -
XYZ 40.99 20.78 52.89 -
YUV 107.88 176.61 210.83 -
System Red Green Blue C M Y K H S L
Decimal 224 32 194 0 0.86 0.13 0.12 309.38 0.76 0.5
Hex E0 20 C2 0 56 D C 135 4C 32
Octal 340 40 302 0 126 15 14 465 114 62
Binary 11100000 100000 11000010 0 1010110 1101 1100 100110101 1001100 110010

Color Harmonies of #E020C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020C2

Black with #E020C2

Text Example


Text Example

White with #E020C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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