#E18CBD

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

Shades of Shocking #E18CBD

Tints of Shocking #E18CBD

Color information

#E18CBD (or 0xE18CBD) is unknown color: approx Shocking. HEX triplet: E1, 8C and BD. RGB value is (225,140,189). Sum of RGB (Red+Green+Blue) = 225+140+189=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CBD is #1E7342. Grayscale: #AAAAAA. Windows color (decimal): -1995587 or 12422369. OLE color: 12422369.

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

Color convert

RGB225140189-
CMYK00.380.160.12
HSL325.41º58.62%71.57%-
HSV(B)325.41º37.78%88.24%-
XYZ49.6138.4452.95-
YUV171138.16166.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=40.61%
G=25.27%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514018900.380.160.12325.4158.6271.57
HexE18CBD02610C1453b48
Octal341214275046201450573110
Binary11100001100011001011110101001101000011001010001011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CBD; }

 p { color: rgb(225,140,189); }

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

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

 a { background-color: rgb(225,140,189); }

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

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

 span { border-color: rgb(225,140,189); }

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