#E08AB6

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

Shades of Shocking #E08AB6

Tints of Shocking #E08AB6

Color information

#E08AB6 (or 0xE08AB6) is unknown color: approx Shocking. HEX triplet: E0, 8A and B6. RGB value is (224,138,182). Sum of RGB (Red+Green+Blue) = 224+138+182=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08AB6 is #1F7549. Grayscale: #A8A8A8. Windows color (decimal): -2061642 or 11963104. OLE color: 11963104.

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

Color convert

RGB224138182-
CMYK00.380.190.12
HSL329.3º58.11%70.98%-
HSV(B)329.3º38.39%87.84%-
XYZ48.2737.448.93-
YUV168.73135.49167.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=41.18%
G=25.37%
B=33.46%

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
Decimal22413818200.380.190.12329.358.1170.98
HexE08AB602613C1493a47
Octal340212266046231451172107
Binary11100000100010101011011001001101001111001010010011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AB6; }

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

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

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

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

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

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

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

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