#E08CC6

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

Shades of Shocking #E08CC6

Tints of Shocking #E08CC6

Color information

#E08CC6 (or 0xE08CC6) is unknown color: approx Shocking. HEX triplet: E0, 8C and C6. RGB value is (224,140,198). Sum of RGB (Red+Green+Blue) = 224+140+198=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CC6 is #1F7339. Grayscale: #ABABAB. Windows color (decimal): -2061114 or 13012192. OLE color: 13012192.

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

Color convert

RGB224140198-
CMYK00.380.120.12
HSL318.57º57.53%71.37%-
HSV(B)318.57º37.5%87.84%-
XYZ50.3138.6858.24-
YUV171.73142.83165.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=39.86%
G=24.91%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414019800.380.120.12318.5757.5371.37
HexE08CC6026CC13f3a47
Octal340214306046141447772107
Binary1110000010001100110001100100110110011001001111111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CC6; }

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

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

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

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

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

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

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

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