#E08AB5

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

Shades of Shocking #E08AB5

Tints of Shocking #E08AB5

Color information

#E08AB5 (or 0xE08AB5) is unknown color: approx Shocking. HEX triplet: E0, 8A and B5. RGB value is (224,138,181). Sum of RGB (Red+Green+Blue) = 224+138+181=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08AB5 is #1F754A. Grayscale: #A8A8A8. Windows color (decimal): -2061643 or 11897568. OLE color: 11897568.

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

Color convert

RGB224138181-
CMYK00.380.190.12
HSL330º58.11%70.98%-
HSV(B)330º38.39%87.84%-
XYZ48.1737.3648.39-
YUV168.62134.99167.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=41.25%
G=25.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413818100.380.190.1233058.1170.98
HexE08AB502613C14a3a47
Octal340212265046231451272107
Binary11100000100010101011010101001101001111001010010101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AB5; }

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

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

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

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

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

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

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

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