#e29ebf

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

Shades of Shocking #E29EBF

Tints of Shocking #E29EBF

Color information

#E29EBF (or 0xE29EBF) is unknown color: approx Shocking. HEX triplet: E2, 9E and BF. RGB value is (226,158,191). Sum of RGB (Red+Green+Blue) = 226+158+191=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29EBF is #1D6140. Grayscale: #B6B6B6. Windows color (decimal): -1925441 or 12558050. OLE color: 12558050.

HSL color Cylindrical-coordinate representation of color #E29EBF: hue angle of 330.88º 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 #E29EBF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226158191-
CMYK00.300.150.11
HSL330.88º53.97%75.29%-
HSV(B)330.88º30.09%88.63%-
XYZ52.9944.3855.06-
YUV182.09133.03159.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.30%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 191 (75% from 255) = 33.22%
R=39.30%
G=27.48%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615819100.300.150.11330.8853.9775.29
HexE29EBF01EFB14b364b
Octal342236277036171351366113
Binary111000101001111010111111011110111110111010010111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29ebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29ebf; }

 p { color: rgb(226,158,191); }

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

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

 a { background-color: rgb(226,158,191); }

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

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

 span { border-color: rgb(226,158,191); }

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