#e118b2

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

Shades of Shocking Pink #E118B2

Tints of Shocking Pink #E118B2

Color information

#E118B2 (or 0xE118B2) is unknown color: approx Shocking Pink. HEX triplet: E1, 18 and B2. RGB value is (225,24,178). Sum of RGB (Red+Green+Blue) = 225+24+178=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E118B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E118B2 is #1EE74D. Grayscale: #656565. Windows color (decimal): -2025294 or 11671777. OLE color: 11671777.

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

Color convert

RGB22524178-
CMYK00.890.210.12
HSL314.03º80.72%48.82%-
HSV(B)314.03º89.33%88.24%-
XYZ39.4119.8843.88-
YUV101.65171.09215.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 24 (9.77% from 255) = 5.62%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=52.69%
G=5.62%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252417800.890.210.12314.0380.7248.82
HexE118B205915C13a5131
Octal341302620131251447212161
Binary111000011100010110010010110011010111001001110101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e118b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e118b2; }

 p { color: rgb(225,24,178); }

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

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

 a { background-color: rgb(225,24,178); }

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

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

 span { border-color: rgb(225,24,178); }

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