#e01eb5

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

Shades of Shocking Pink #E01EB5

Tints of Shocking Pink #E01EB5

Color information

#E01EB5 (or 0xE01EB5) is unknown color: approx Shocking Pink. HEX triplet: E0, 1E and B5. RGB value is (224,30,181). Sum of RGB (Red+Green+Blue) = 224+30+181=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EB5 is #1FE14A. Grayscale: #686868. Windows color (decimal): -2089291 or 11869920. OLE color: 11869920.

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

Color convert

RGB22430181-
CMYK00.870.190.12
HSL313.3º76.38%49.8%-
HSV(B)313.3º86.61%87.84%-
XYZ39.5520.1145.51-
YUV105.22170.77212.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.49%
GREEN value IS 30 (12.11% from 255) = 6.90%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=51.49%
G=6.90%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243018100.870.190.12313.376.3849.8
HexE01EB505713C1394c32
Octal340362650127231447111462
Binary111000001111010110101010101111001111001001110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e01eb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e01eb5; }

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

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

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

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

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

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

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

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