#E29FB9

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

Shades of Shocking #E29FB9

Tints of Shocking #E29FB9

Color information

#E29FB9 (or 0xE29FB9) is unknown color: approx Shocking. HEX triplet: E2, 9F and B9. RGB value is (226,159,185). Sum of RGB (Red+Green+Blue) = 226+159+185=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FB9 is #1D6046. Grayscale: #B5B5B5. Windows color (decimal): -1925191 or 12165090. OLE color: 12165090.

HSL color Cylindrical-coordinate representation of color #E29FB9: hue angle of 336.72º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FB9 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226159185-
CMYK00.300.180.11
HSL336.72º53.6%75.49%-
HSV(B)336.72º29.65%88.63%-
XYZ52.5244.4751.71-
YUV182129.7159.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=39.65%
G=27.89%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615918500.300.180.11336.7253.675.49
HexE29FB901E12B151364b
Octal342237271036221352166113
Binary1110001010011111101110010111101001010111010100011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FB9; }

 p { color: rgb(226,159,185); }

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

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

 a { background-color: rgb(226,159,185); }

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

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

 span { border-color: rgb(226,159,185); }

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