#E18DBA

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

Shades of Shocking #E18DBA

Tints of Shocking #E18DBA

Color information

#E18DBA (or 0xE18DBA) is unknown color: approx Shocking. HEX triplet: E1, 8D and BA. RGB value is (225,141,186). Sum of RGB (Red+Green+Blue) = 225+141+186=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DBA is #1E7245. Grayscale: #ABABAB. Windows color (decimal): -1995334 or 12226017. OLE color: 12226017.

HSL color Cylindrical-coordinate representation of color #E18DBA: hue angle of 327.86º 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 #E18DBA is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225141186-
CMYK00.370.170.12
HSL327.86º58.33%71.76%-
HSV(B)327.86º37.33%88.24%-
XYZ49.4438.651.3-
YUV171.25136.33166.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.76%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=40.76%
G=25.54%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514118600.370.170.12327.8658.3371.76
HexE18DBA02511C1483a48
Octal341215272045211451072110
Binary11100001100011011011101001001011000111001010010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DBA; }

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

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

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

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

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

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

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

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