#E295BA

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

Shades of Shocking #E295BA

Tints of Shocking #E295BA

Color information

#E295BA (or 0xE295BA) is unknown color: approx Shocking. HEX triplet: E2, 95 and BA. RGB value is (226,149,186). Sum of RGB (Red+Green+Blue) = 226+149+186=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E295BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E295BA is #1D6A45. Grayscale: #B0B0B0. Windows color (decimal): -1927750 or 12228066. OLE color: 12228066.

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

Color convert

RGB226149186-
CMYK00.340.180.11
HSL331.17º57.04%73.53%-
HSV(B)331.17º34.07%88.63%-
XYZ50.9741.2151.72-
YUV176.24133.51163.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=40.29%
G=26.56%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614918600.340.180.11331.1757.0473.53
HexE295BA02212B14b394a
Octal342225272042221351371112
Binary11100010100101011011101001000101001010111010010111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E295BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E295BA; }

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

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

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

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

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

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

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

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