Html Css Color HEX #E020C3 Shocking Pink

📋 copy color: '#E020C3'

red 224 ◦ green 32 ◦ blue 195

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

Shades of Shocking Pink #E020C3

Tints of Shocking Pink #E020C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.24%

R = 49.67%
G = 7.1%
B = 43.24%

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

#E020C3 (or 0xE020C3) is known color: Shocking Pink. HEX triplet: E0, 20 and C3. RGB value is (224,32,195). Sum of RGB (Red+Green+Blue) = 224+32+195=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E020C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020C3 is #1FDF3C. Grayscale: #6B6B6B. Windows color (decimal): -2088765 or 12787936. OLE color: 12787936.

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

Color convert

RGB 224 32 195 -
CMYK 0 0.86 0.13 0.12
HSL 309.06º 0.76% 0.5% -
HSV(B) 309.06º 0.86% 0.88% -
XYZ 41.11 20.82 53.48 -
YUV 107.99 177.11 210.75 -
System Red Green Blue C M Y K H S L
Decimal 224 32 195 0 0.86 0.13 0.12 309.06 0.76 0.5
Hex E0 20 C3 0 56 D C 135 4C 32
Octal 340 40 303 0 126 15 14 465 114 62
Binary 11100000 100000 11000011 0 1010110 1101 1100 100110101 1001100 110010

Color Harmonies of #E020C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020C3

Black with #E020C3

Text Example


Text Example

White with #E020C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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