#E08EC0

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

Shades of Shocking #E08EC0

Tints of Shocking #E08EC0

Color information

#E08EC0 (or 0xE08EC0) is unknown color: approx Shocking. HEX triplet: E0, 8E and C0. RGB value is (224,142,192). Sum of RGB (Red+Green+Blue) = 224+142+192=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EC0 is #1F713F. Grayscale: #ACACAC. Windows color (decimal): -2060608 or 12619488. OLE color: 12619488.

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

Color convert

RGB224142192-
CMYK00.370.140.12
HSL323.41º56.94%71.76%-
HSV(B)323.41º36.61%87.84%-
XYZ49.933954.77-
YUV172.22139.17164.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 142 (55.86% from 255) = 25.45%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=40.14%
G=25.45%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414219200.370.140.12323.4156.9471.76
HexE08EC0025EC1433948
Octal340216300045161450371110
Binary1110000010001110110000000100101111011001010000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EC0; }

 p { color: rgb(224,142,192); }

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

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

 a { background-color: rgb(224,142,192); }

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

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

 span { border-color: rgb(224,142,192); }

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