#E18DBD

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

Shades of Shocking #E18DBD

Tints of Shocking #E18DBD

Color information

#E18DBD (or 0xE18DBD) is unknown color: approx Shocking. HEX triplet: E1, 8D and BD. RGB value is (225,141,189). Sum of RGB (Red+Green+Blue) = 225+141+189=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DBD is #1E7242. Grayscale: #ABABAB. Windows color (decimal): -1995331 or 12422625. OLE color: 12422625.

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

Color convert

RGB225141189-
CMYK00.370.160.12
HSL325.71º58.33%71.76%-
HSV(B)325.71º37.33%88.24%-
XYZ49.7638.7353-
YUV171.59137.83166.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=40.54%
G=25.41%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514118900.370.160.12325.7158.3371.76
HexE18DBD02510C1463a48
Octal341215275045201450672110
Binary11100001100011011011110101001011000011001010001101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DBD; }

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

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

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

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

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

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

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

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