#E01EB7

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

Shades of Shocking Pink #E01EB7

Tints of Shocking Pink #E01EB7

Color information

#E01EB7 (or 0xE01EB7) is unknown color: approx Shocking Pink. HEX triplet: E0, 1E and B7. RGB value is (224,30,183). Sum of RGB (Red+Green+Blue) = 224+30+183=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EB7 is #1FE148. Grayscale: #696969. Windows color (decimal): -2089289 or 12000992. OLE color: 12000992.

HSL color Cylindrical-coordinate representation of color #E01EB7: hue angle of 312.68º degrees, saturation: 0.76, 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 #E01EB7 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB22430183-
CMYK00.870.180.12
HSL312.68º76.38%49.8%-
HSV(B)312.68º86.61%87.84%-
XYZ39.7520.1946.6-
YUV105.45171.77212.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.26%
GREEN value IS 30 (12.11% from 255) = 6.86%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=51.26%
G=6.86%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243018300.870.180.12312.6876.3849.8
HexE01EB705712C1394c32
Octal340362670127221447111462
Binary111000001111010110111010101111001011001001110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01EB7; }

 p { color: rgb(224,30,183); }

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

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

 a { background-color: rgb(224,30,183); }

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

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

 span { border-color: rgb(224,30,183); }

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