#E095BD

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

Shades of Shocking #E095BD

Tints of Shocking #E095BD

Color information

#E095BD (or 0xE095BD) is unknown color: approx Shocking. HEX triplet: E0, 95 and BD. RGB value is (224,149,189). Sum of RGB (Red+Green+Blue) = 224+149+189=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E095BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095BD is #1F6A42. Grayscale: #AFAFAF. Windows color (decimal): -2058819 or 12424672. OLE color: 12424672.

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

Color convert

RGB224149189-
CMYK00.330.160.12
HSL328º54.74%73.14%-
HSV(B)328º33.48%87.84%-
XYZ50.6741.0253.39-
YUV175.98135.35162.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=39.86%
G=26.51%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414918900.330.160.1232854.7473.14
HexE095BD02110C1483749
Octal340225275041201451067111
Binary11100000100101011011110101000011000011001010010001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095BD; }

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

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

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

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

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

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

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

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