#E495BA

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

Shades of Shocking #E495BA

Tints of Shocking #E495BA

Color information

#E495BA (or 0xE495BA) is unknown color: approx Shocking. HEX triplet: E4, 95 and BA. RGB value is (228,149,186). Sum of RGB (Red+Green+Blue) = 228+149+186=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E495BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495BA is #1B6A45. Grayscale: #B0B0B0. Windows color (decimal): -1796678 or 12228068. OLE color: 12228068.

HSL color Cylindrical-coordinate representation of color #E495BA: hue angle of 331.9º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495BA is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228149186-
CMYK00.350.180.11
HSL331.9º59.4%73.92%-
HSV(B)331.9º34.65%89.41%-
XYZ51.6141.5351.75-
YUV176.84133.17164.49-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.50%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=40.50%
G=26.47%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814918600.350.180.11331.959.473.92
HexE495BA02312B14c3b4a
Octal344225272043221351473112
Binary11100100100101011011101001000111001010111010011001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E495BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E495BA; }

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

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

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

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

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

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

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

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