#E08EC2

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

Shades of Shocking #E08EC2

Tints of Shocking #E08EC2

Color information

#E08EC2 (or 0xE08EC2) is unknown color: approx Shocking. HEX triplet: E0, 8E and C2. RGB value is (224,142,194). Sum of RGB (Red+Green+Blue) = 224+142+194=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EC2 is #1F713D. Grayscale: #ACACAC. Windows color (decimal): -2060606 or 12750560. OLE color: 12750560.

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

Color convert

RGB224142194-
CMYK00.370.130.12
HSL321.95º56.94%71.76%-
HSV(B)321.95º36.61%87.84%-
XYZ50.1539.0955.94-
YUV172.45140.17164.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=40%
G=25.36%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414219400.370.130.12321.9556.9471.76
HexE08EC2025DC1423948
Octal340216302045151450271110
Binary1110000010001110110000100100101110111001010000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EC2; }

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

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

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

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

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

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

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

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