Html Css Color HEX #E019B5 Shocking Pink

📋 copy color: '#E019B5'

red 224 ◦ green 25 ◦ blue 181

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

Shades of Shocking Pink #E019B5

Tints of Shocking Pink #E019B5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.81%

 BLUE value IS 181 (71.09% from 255) = 42.09%

R = 52.09%
G = 5.81%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E019B5 (or 0xE019B5) is known color: Shocking Pink. HEX triplet: E0, 19 and B5. RGB value is (224,25,181). Sum of RGB (Red+Green+Blue) = 224+25+181=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E019B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019B5 is #1FE64A. Grayscale: #656565. Windows color (decimal): -2090571 or 11868640. OLE color: 11868640.

HSL color Cylindrical-coordinate representation of color #E019B5: hue angle of 312.96º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019B5 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 181 -
CMYK 0 0.89 0.19 0.12
HSL 312.96º 0.8% 0.49% -
HSV(B) 312.96º 0.89% 0.88% -
XYZ 39.43 19.88 45.47 -
YUV 102.29 172.43 214.82 -
System Red Green Blue C M Y K H S L
Decimal 224 25 181 0 0.89 0.19 0.12 312.96 0.8 0.49
Hex E0 19 B5 0 59 13 C 139 50 31
Octal 340 31 265 0 131 23 14 471 120 61
Binary 11100000 11001 10110101 0 1011001 10011 1100 100111001 1010000 110001

Color Harmonies of #E019B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019B5

Black with #E019B5

Text Example


Text Example

White with #E019B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019B5; }

 p { color: rgb(224,25,181); }

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

background-color css

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

 a { background-color: rgb(224,25,181); }

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

border-color css

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

 span { border-color: rgb(224,25,181); }

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