Html Css Color HEX #E021C9 Shocking Pink

📋 copy color: '#E021C9'

red 224 ◦ green 33 ◦ blue 201

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

Shades of Shocking Pink #E021C9

Tints of Shocking Pink #E021C9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.21%

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

R = 48.91%
G = 7.21%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E021C9 (or 0xE021C9) is known color: Shocking Pink. HEX triplet: E0, 21 and C9. RGB value is (224,33,201). Sum of RGB (Red+Green+Blue) = 224+33+201=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E021C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021C9 is #1FDE36. Grayscale: #6C6C6C. Windows color (decimal): -2088503 or 13181408. OLE color: 13181408.

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

Color convert

RGB 224 33 201 -
CMYK 0 0.85 0.10 0.12
HSL 307.23º 0.75% 0.5% -
HSV(B) 307.23º 0.85% 0.88% -
XYZ 41.83 21.15 57.14 -
YUV 109.26 179.78 209.84 -
System Red Green Blue C M Y K H S L
Decimal 224 33 201 0 0.85 0.10 0.12 307.23 0.75 0.5
Hex E0 21 C9 0 55 A C 133 4B 32
Octal 340 41 311 0 125 12 14 463 113 62
Binary 11100000 100001 11001001 0 1010101 1010 1100 100110011 1001011 110010

Color Harmonies of #E021C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021C9

Black with #E021C9

Text Example


Text Example

White with #E021C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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