Html Css Color HEX #E017C0 Shocking Pink

📋 copy color: '#E017C0'

red 224 ◦ green 23 ◦ blue 192

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

Shades of Shocking Pink #E017C0

Tints of Shocking Pink #E017C0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.24%

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

R = 51.03%
G = 5.24%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E017C0 (or 0xE017C0) is known color: Shocking Pink. HEX triplet: E0, 17 and C0. RGB value is (224,23,192). Sum of RGB (Red+Green+Blue) = 224+23+192=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E017C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017C0 is #1FE83F. Grayscale: #656565. Windows color (decimal): -2091072 or 12589024. OLE color: 12589024.

HSL color Cylindrical-coordinate representation of color #E017C0: hue angle of 309.55º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017C0 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 192 -
CMYK 0 0.90 0.14 0.12
HSL 309.55º 0.81% 0.48% -
HSV(B) 309.55º 0.9% 0.88% -
XYZ 40.56 20.27 51.64 -
YUV 102.37 178.59 214.76 -
System Red Green Blue C M Y K H S L
Decimal 224 23 192 0 0.90 0.14 0.12 309.55 0.81 0.48
Hex E0 17 C0 0 5A E C 136 51 30
Octal 340 27 300 0 132 16 14 466 121 60
Binary 11100000 10111 11000000 0 1011010 1110 1100 100110110 1010001 110000

Color Harmonies of #E017C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017C0

Black with #E017C0

Text Example


Text Example

White with #E017C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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