#E095BC

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

Shades of Shocking #E095BC

Tints of Shocking #E095BC

Color information

#E095BC (or 0xE095BC) is unknown color: approx Shocking. HEX triplet: E0, 95 and BC. RGB value is (224,149,188). Sum of RGB (Red+Green+Blue) = 224+149+188=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E095BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095BC is #1F6A43. Grayscale: #AFAFAF. Windows color (decimal): -2058820 or 12359136. OLE color: 12359136.

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

Color convert

RGB224149188-
CMYK00.330.160.12
HSL328.8º54.74%73.14%-
HSV(B)328.8º33.48%87.84%-
XYZ50.5740.9752.82-
YUV175.87134.85162.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=39.93%
G=26.56%
B=33.51%

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
Decimal22414918800.330.160.12328.854.7473.14
HexE095BC02110C1493749
Octal340225274041201451167111
Binary11100000100101011011110001000011000011001010010011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E095BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E095BC; }

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

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

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

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

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

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

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

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