#E08AC1

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

Shades of Shocking #E08AC1

Tints of Shocking #E08AC1

Color information

#E08AC1 (or 0xE08AC1) is unknown color: approx Shocking. HEX triplet: E0, 8A and C1. RGB value is (224,138,193). Sum of RGB (Red+Green+Blue) = 224+138+193=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08AC1 is #1F753E. Grayscale: #A9A9A9. Windows color (decimal): -2061631 or 12684000. OLE color: 12684000.

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

Color convert

RGB224138193-
CMYK00.380.140.12
HSL321.63º58.11%70.98%-
HSV(B)321.63º38.39%87.84%-
XYZ49.4537.8755.16-
YUV169.98140.99166.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=40.36%
G=24.86%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413819300.380.140.12321.6358.1170.98
HexE08AC1026EC1423a47
Octal340212301046161450272107
Binary1110000010001010110000010100110111011001010000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AC1; }

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

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

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

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

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

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

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

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