#E095BA

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

Shades of Shocking #E095BA

Tints of Shocking #E095BA

Color information

#E095BA (or 0xE095BA) is unknown color: approx Shocking. HEX triplet: E0, 95 and BA. RGB value is (224,149,186). Sum of RGB (Red+Green+Blue) = 224+149+186=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E095BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095BA is #1F6A45. Grayscale: #AFAFAF. Windows color (decimal): -2058822 or 12228064. OLE color: 12228064.

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

Color convert

RGB224149186-
CMYK00.330.170.12
HSL330.4º54.74%73.14%-
HSV(B)330.4º33.48%87.84%-
XYZ50.3540.8951.69-
YUV175.64133.85162.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=40.07%
G=26.65%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414918600.330.170.12330.454.7473.14
HexE095BA02111C14a3749
Octal340225272041211451267111
Binary11100000100101011011101001000011000111001010010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095BA; }

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

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

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

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

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

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

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

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