#E08CC7

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

Shades of Shocking #E08CC7

Tints of Shocking #E08CC7

Color information

#E08CC7 (or 0xE08CC7) is unknown color: approx Shocking. HEX triplet: E0, 8C and C7. RGB value is (224,140,199). Sum of RGB (Red+Green+Blue) = 224+140+199=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CC7 is #1F7338. Grayscale: #ABABAB. Windows color (decimal): -2061113 or 13077728. OLE color: 13077728.

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

Color convert

RGB224140199-
CMYK00.380.110.12
HSL317.86º57.53%71.37%-
HSV(B)317.86º37.5%87.84%-
XYZ50.4338.7358.85-
YUV171.84143.33165.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.79%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 199 (78.12% from 255) = 35.35%
R=39.79%
G=24.87%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414019900.380.110.12317.8657.5371.37
HexE08CC7026BC13e3a47
Octal340214307046131447672107
Binary1110000010001100110001110100110101111001001111101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CC7; }

 p { color: rgb(224,140,199); }

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

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

 a { background-color: rgb(224,140,199); }

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

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

 span { border-color: rgb(224,140,199); }

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