#E18BBA

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

Shades of Shocking #E18BBA

Tints of Shocking #E18BBA

Color information

#E18BBA (or 0xE18BBA) is unknown color: approx Shocking. HEX triplet: E1, 8B and BA. RGB value is (225,139,186). Sum of RGB (Red+Green+Blue) = 225+139+186=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BBA is #1E7445. Grayscale: #A9A9A9. Windows color (decimal): -1995846 or 12225505. OLE color: 12225505.

HSL color Cylindrical-coordinate representation of color #E18BBA: hue angle of 327.21º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18BBA is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225139186-
CMYK00.380.170.12
HSL327.21º58.9%71.37%-
HSV(B)327.21º38.22%88.24%-
XYZ49.1538.0251.2-
YUV170.07136.99167.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=40.91%
G=25.27%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513918600.380.170.12327.2158.971.37
HexE18BBA02611C1473b47
Octal341213272046211450773107
Binary11100001100010111011101001001101000111001010001111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BBA; }

 p { color: rgb(225,139,186); }

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

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

 a { background-color: rgb(225,139,186); }

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

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

 span { border-color: rgb(225,139,186); }

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