#E01DCA

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

Shades of Shocking Pink #E01DCA

Tints of Shocking Pink #E01DCA

Color information

#E01DCA (or 0xE01DCA) is unknown color: approx Shocking Pink. HEX triplet: E0, 1D and CA. RGB value is (224,29,202). Sum of RGB (Red+Green+Blue) = 224+29+202=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DCA is #1FE235. Grayscale: #6A6A6A. Windows color (decimal): -2089526 or 13245920. OLE color: 13245920.

HSL color Cylindrical-coordinate representation of color #E01DCA: hue angle of 306.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01DCA is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB22429202-
CMYK00.870.100.12
HSL306.77º77.08%49.61%-
HSV(B)306.77º87.05%87.84%-
XYZ41.8420.9957.72-
YUV107.03181.6211.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 29 (11.72% from 255) = 6.37%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=49.23%
G=6.37%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242920200.870.100.12306.7777.0849.61
HexE01DCA057AC1334d32
Octal340353120127121446311562
Binary11100000111011100101001010111101011001001100111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01DCA; }

 p { color: rgb(224,29,202); }

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

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

 a { background-color: rgb(224,29,202); }

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

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

 span { border-color: rgb(224,29,202); }

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