Html Css Color HEX #E020C8 Shocking Pink

📋 copy color: '#E020C8'

red 224 ◦ green 32 ◦ blue 200

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

Shades of Shocking Pink #E020C8

Tints of Shocking Pink #E020C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.86%

R = 49.12%
G = 7.02%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E020C8 (or 0xE020C8) is known color: Shocking Pink. HEX triplet: E0, 20 and C8. RGB value is (224,32,200). Sum of RGB (Red+Green+Blue) = 224+32+200=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E020C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020C8 is #1FDF37. Grayscale: #6C6C6C. Windows color (decimal): -2088760 or 13115616. OLE color: 13115616.

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

Color convert

RGB 224 32 200 -
CMYK 0 0.86 0.11 0.12
HSL 307.5º 0.76% 0.5% -
HSV(B) 307.5º 0.86% 0.88% -
XYZ 41.68 21.05 56.51 -
YUV 108.56 179.61 210.34 -
System Red Green Blue C M Y K H S L
Decimal 224 32 200 0 0.86 0.11 0.12 307.5 0.76 0.5
Hex E0 20 C8 0 56 B C 134 4C 32
Octal 340 40 310 0 126 13 14 464 114 62
Binary 11100000 100000 11001000 0 1010110 1011 1100 100110100 1001100 110010

Color Harmonies of #E020C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020C8

Black with #E020C8

Text Example


Text Example

White with #E020C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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