#E218B5

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

Shades of Shocking Pink #E218B5

Tints of Shocking Pink #E218B5

Color information

#E218B5 (or 0xE218B5) is unknown color: approx Shocking Pink. HEX triplet: E2, 18 and B5. RGB value is (226,24,181). Sum of RGB (Red+Green+Blue) = 226+24+181=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E218B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E218B5 is #1DE74A. Grayscale: #656565. Windows color (decimal): -1959755 or 11868386. OLE color: 11868386.

HSL color Cylindrical-coordinate representation of color #E218B5: hue angle of 313.37º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E218B5 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB22624181-
CMYK00.890.200.11
HSL313.37º80.8%49.02%-
HSV(B)313.37º89.38%88.63%-
XYZ40.0320.1645.5-
YUV102.3172.42216.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.44%
GREEN value IS 24 (9.77% from 255) = 5.57%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=52.44%
G=5.57%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262418100.890.200.11313.3780.849.02
HexE218B505914B1395131
Octal342302650131241347112161
Binary111000101100010110101010110011010010111001110011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E218B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E218B5; }

 p { color: rgb(226,24,181); }

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

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

 a { background-color: rgb(226,24,181); }

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

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

 span { border-color: rgb(226,24,181); }

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