#E024C3

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

Shades of Shocking Pink #E024C3

Tints of Shocking Pink #E024C3

Color information

#E024C3 (or 0xE024C3) is unknown color: approx Shocking Pink. HEX triplet: E0, 24 and C3. RGB value is (224,36,195). Sum of RGB (Red+Green+Blue) = 224+36+195=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E024C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E024C3 is #1FDB3C. Grayscale: #6D6D6D. Windows color (decimal): -2087741 or 12788960. OLE color: 12788960.

HSL color Cylindrical-coordinate representation of color #E024C3: hue angle of 309.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024C3 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB22436195-
CMYK00.840.130.12
HSL309.26º75.2%50.98%-
HSV(B)309.26º83.93%87.84%-
XYZ41.2221.0553.52-
YUV110.34175.78209.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 36 (14.45% from 255) = 7.91%
BLUE value IS 195 (76.56% from 255) = 42.86%
R=49.23%
G=7.91%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243619500.840.130.12309.2675.250.98
HexE024C3054DC1354b33
Octal340443030124151446511363
Binary111000001001001100001101010100110111001001101011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E024C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E024C3; }

 p { color: rgb(224,36,195); }

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

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

 a { background-color: rgb(224,36,195); }

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

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

 span { border-color: rgb(224,36,195); }

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