Html Css Color HEX #E020C1 Shocking Pink

📋 copy color: '#E020C1'

red 224 ◦ green 32 ◦ blue 193

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

Shades of Shocking Pink #E020C1

Tints of Shocking Pink #E020C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.98%

R = 49.89%
G = 7.13%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E020C1 (or 0xE020C1) is known color: Shocking Pink. HEX triplet: E0, 20 and C1. RGB value is (224,32,193). Sum of RGB (Red+Green+Blue) = 224+32+193=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E020C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020C1 is #1FDF3E. Grayscale: #6B6B6B. Windows color (decimal): -2088767 or 12656864. OLE color: 12656864.

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

Color convert

RGB 224 32 193 -
CMYK 0 0.86 0.14 0.12
HSL 309.69º 0.76% 0.5% -
HSV(B) 309.69º 0.86% 0.88% -
XYZ 40.88 20.73 52.3 -
YUV 107.76 176.11 210.91 -
System Red Green Blue C M Y K H S L
Decimal 224 32 193 0 0.86 0.14 0.12 309.69 0.76 0.5
Hex E0 20 C1 0 56 E C 136 4C 32
Octal 340 40 301 0 126 16 14 466 114 62
Binary 11100000 100000 11000001 0 1010110 1110 1100 100110110 1001100 110010

Color Harmonies of #E020C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020C1

Black with #E020C1

Text Example


Text Example

White with #E020C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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