#E08ABB

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

Shades of Shocking #E08ABB

Tints of Shocking #E08ABB

Color information

#E08ABB (or 0xE08ABB) is unknown color: approx Shocking. HEX triplet: E0, 8A and BB. RGB value is (224,138,187). Sum of RGB (Red+Green+Blue) = 224+138+187=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ABB is #1F7544. Grayscale: #A9A9A9. Windows color (decimal): -2061637 or 12290784. OLE color: 12290784.

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

Color convert

RGB224138187-
CMYK00.380.170.12
HSL325.81º58.11%70.98%-
HSV(B)325.81º38.39%87.84%-
XYZ48.837.6151.7-
YUV169.3137.99167.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=40.80%
G=25.14%
B=34.06%

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
Decimal22413818700.380.170.12325.8158.1170.98
HexE08ABB02611C1463a47
Octal340212273046211450672107
Binary11100000100010101011101101001101000111001010001101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08ABB; }

 p { color: rgb(224,138,187); }

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

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

 a { background-color: rgb(224,138,187); }

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

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

 span { border-color: rgb(224,138,187); }

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