Html Css Color HEX #E020B9 Shocking Pink

📋 copy color: '#E020B9'

red 224 ◦ green 32 ◦ blue 185

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

Shades of Shocking Pink #E020B9

Tints of Shocking Pink #E020B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 50.79%
G = 7.26%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E020B9 (or 0xE020B9) is known color: Shocking Pink. HEX triplet: E0, 20 and B9. RGB value is (224,32,185). Sum of RGB (Red+Green+Blue) = 224+32+185=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E020B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E020B9 is #1FDF46. Grayscale: #6A6A6A. Windows color (decimal): -2088775 or 12132576. OLE color: 12132576.

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

Color convert

RGB 224 32 185 -
CMYK 0 0.86 0.17 0.12
HSL 312.19º 0.76% 0.5% -
HSV(B) 312.19º 0.86% 0.88% -
XYZ 40.01 20.38 47.72 -
YUV 106.85 172.11 211.56 -
System Red Green Blue C M Y K H S L
Decimal 224 32 185 0 0.86 0.17 0.12 312.19 0.76 0.5
Hex E0 20 B9 0 56 11 C 138 4C 32
Octal 340 40 271 0 126 21 14 470 114 62
Binary 11100000 100000 10111001 0 1010110 10001 1100 100111000 1001100 110010

Color Harmonies of #E020B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020B9

Black with #E020B9

Text Example


Text Example

White with #E020B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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