Html Css Color HEX #E020C9 Shocking Pink

📋 copy color: '#E020C9'

red 224 ◦ green 32 ◦ blue 201

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

Shades of Shocking Pink #E020C9

Tints of Shocking Pink #E020C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.98%

R = 49.02%
G = 7%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E020C9 (or 0xE020C9) is known color: Shocking Pink. HEX triplet: E0, 20 and C9. RGB value is (224,32,201). Sum of RGB (Red+Green+Blue) = 224+32+201=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E020C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020C9 is #1FDF36. Grayscale: #6C6C6C. Windows color (decimal): -2088759 or 13181152. OLE color: 13181152.

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

Color convert

RGB 224 32 201 -
CMYK 0 0.86 0.10 0.12
HSL 307.19º 0.76% 0.5% -
HSV(B) 307.19º 0.86% 0.88% -
XYZ 41.8 21.1 57.13 -
YUV 108.67 180.11 210.26 -
System Red Green Blue C M Y K H S L
Decimal 224 32 201 0 0.86 0.10 0.12 307.19 0.76 0.5
Hex E0 20 C9 0 56 A C 133 4C 32
Octal 340 40 311 0 126 12 14 463 114 62
Binary 11100000 100000 11001001 0 1010110 1010 1100 100110011 1001100 110010

Color Harmonies of #E020C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020C9

Black with #E020C9

Text Example


Text Example

White with #E020C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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