#E018C7

Color #E018C7 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E018C7

Tints of Shocking Pink #E018C7

Color information

#E018C7 (or 0xE018C7) is unknown color: approx Shocking Pink. HEX triplet: E0, 18 and C7. RGB value is (224,24,199). Sum of RGB (Red+Green+Blue) = 224+24+199=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E018C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018C7 is #1FE738. Grayscale: #676767. Windows color (decimal): -2090809 or 13048032. OLE color: 13048032.

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

Color convert

RGB22424199-
CMYK00.890.110.12
HSL307.5º80.65%48.63%-
HSV(B)307.5º89.29%87.84%-
XYZ41.3820.6255.83-
YUV103.75181.76213.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.11%
GREEN value IS 24 (9.77% from 255) = 5.37%
BLUE value IS 199 (78.12% from 255) = 44.52%
R=50.11%
G=5.37%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242419900.890.110.12307.580.6548.63
HexE018C7059BC1345131
Octal340303070131131446412161
Binary11100000110001100011101011001101111001001101001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E018C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E018C7; }

 p { color: rgb(224,24,199); }

 H1.HeaderClassName
 {
   color: #E018C7;
 }
 .AnyTagClassName
 {
   color: #E018C7;
 }
</style>
background-color css

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

 a { background-color: rgb(224,24,199); }

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

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

 span { border-color: rgb(224,24,199); }

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