#E095C7

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

Shades of Shocking #E095C7

Tints of Shocking #E095C7

Color information

#E095C7 (or 0xE095C7) is unknown color: approx Shocking. HEX triplet: E0, 95 and C7. RGB value is (224,149,199). Sum of RGB (Red+Green+Blue) = 224+149+199=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E095C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095C7 is #1F6A38. Grayscale: #B1B1B1. Windows color (decimal): -2058809 or 13080032. OLE color: 13080032.

HSL color Cylindrical-coordinate representation of color #E095C7: hue angle of 320º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095C7 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB224149199-
CMYK00.330.110.12
HSL320º54.74%73.14%-
HSV(B)320º33.48%87.84%-
XYZ51.841.4759.31-
YUV177.12140.35161.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=39.16%
G=26.05%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414919900.330.110.1232054.7473.14
HexE095C7021BC1403749
Octal340225307041131450067111
Binary1110000010010101110001110100001101111001010000001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095C7; }

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

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

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

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

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

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

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

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