#E299BA

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

Shades of Shocking #E299BA

Tints of Shocking #E299BA

Color information

#E299BA (or 0xE299BA) is unknown color: approx Shocking. HEX triplet: E2, 99 and BA. RGB value is (226,153,186). Sum of RGB (Red+Green+Blue) = 226+153+186=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E299BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299BA is #1D6645. Grayscale: #B2B2B2. Windows color (decimal): -1926726 or 12229090. OLE color: 12229090.

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

Color convert

RGB226153186-
CMYK00.320.180.11
HSL332.88º55.73%74.31%-
HSV(B)332.88º32.3%88.63%-
XYZ51.6242.551.94-
YUV178.59132.18161.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 27.08%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=40%
G=27.08%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615318600.320.180.11332.8855.7374.31
HexE299BA02012B14d384a
Octal342231272040221351570112
Binary11100010100110011011101001000001001010111010011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299BA; }

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

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

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

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

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

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

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

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