Html Css Color HEX #E019C0 Shocking Pink

📋 copy color: '#E019C0'

red 224 ◦ green 25 ◦ blue 192

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

Shades of Shocking Pink #E019C0

Tints of Shocking Pink #E019C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 50.79%
G = 5.67%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E019C0 (or 0xE019C0) is known color: Shocking Pink. HEX triplet: E0, 19 and C0. RGB value is (224,25,192). Sum of RGB (Red+Green+Blue) = 224+25+192=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E019C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019C0 is #1FE63F. Grayscale: #676767. Windows color (decimal): -2090560 or 12589536. OLE color: 12589536.

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

Color convert

RGB 224 25 192 -
CMYK 0 0.89 0.14 0.12
HSL 309.65º 0.8% 0.49% -
HSV(B) 309.65º 0.89% 0.88% -
XYZ 40.6 20.35 51.66 -
YUV 103.54 177.93 213.92 -
System Red Green Blue C M Y K H S L
Decimal 224 25 192 0 0.89 0.14 0.12 309.65 0.8 0.49
Hex E0 19 C0 0 59 E C 136 50 31
Octal 340 31 300 0 131 16 14 466 120 61
Binary 11100000 11001 11000000 0 1011001 1110 1100 100110110 1010000 110001

Color Harmonies of #E019C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019C0

Black with #E019C0

Text Example


Text Example

White with #E019C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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