#E01FCE

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

Shades of Shocking Pink #E01FCE

Tints of Shocking Pink #E01FCE

Color information

#E01FCE (or 0xE01FCE) is unknown color: approx Shocking Pink. HEX triplet: E0, 1F and CE. RGB value is (224,31,206). Sum of RGB (Red+Green+Blue) = 224+31+206=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E01FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01FCE is #1FE031. Grayscale: #6C6C6C. Windows color (decimal): -2089010 or 13508576. OLE color: 13508576.

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

Color convert

RGB22431206-
CMYK00.860.080.12
HSL305.6º75.69%50%-
HSV(B)305.6º86.16%87.84%-
XYZ42.3721.2860.27-
YUV108.66182.94210.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.59%
GREEN value IS 31 (12.5% from 255) = 6.72%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=48.59%
G=6.72%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243120600.860.080.12305.675.6950
HexE01FCE0568C1324c32
Octal340373160126101446211462
Binary11100000111111100111001010110100011001001100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01FCE; }

 p { color: rgb(224,31,206); }

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

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

 a { background-color: rgb(224,31,206); }

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

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

 span { border-color: rgb(224,31,206); }

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