Html Css Color HEX #E021BA Shocking Pink

📋 copy color: '#E021BA'

red 224 ◦ green 33 ◦ blue 186

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

Shades of Shocking Pink #E021BA

Tints of Shocking Pink #E021BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 50.56%
G = 7.45%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E021BA (or 0xE021BA) is known color: Shocking Pink. HEX triplet: E0, 21 and BA. RGB value is (224,33,186). Sum of RGB (Red+Green+Blue) = 224+33+186=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E021BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E021BA is #1FDE45. Grayscale: #6B6B6B. Windows color (decimal): -2088518 or 12198368. OLE color: 12198368.

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

Color convert

RGB 224 33 186 -
CMYK 0 0.85 0.17 0.12
HSL 311.94º 0.75% 0.5% -
HSV(B) 311.94º 0.85% 0.88% -
XYZ 40.15 20.48 48.29 -
YUV 107.55 172.28 211.06 -
System Red Green Blue C M Y K H S L
Decimal 224 33 186 0 0.85 0.17 0.12 311.94 0.75 0.5
Hex E0 21 BA 0 55 11 C 138 4B 32
Octal 340 41 272 0 125 21 14 470 113 62
Binary 11100000 100001 10111010 0 1010101 10001 1100 100111000 1001011 110010

Color Harmonies of #E021BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E021BA

Black with #E021BA

Text Example


Text Example

White with #E021BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E021BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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