#E29AB7

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

Shades of Shocking #E29AB7

Tints of Shocking #E29AB7

Color information

#E29AB7 (or 0xE29AB7) is unknown color: approx Shocking. HEX triplet: E2, 9A and B7. RGB value is (226,154,183). Sum of RGB (Red+Green+Blue) = 226+154+183=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E29AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29AB7 is #1D6548. Grayscale: #B2B2B2. Windows color (decimal): -1926473 or 12032738. OLE color: 12032738.

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

Color convert

RGB226154183-
CMYK00.320.190.11
HSL335.83º55.38%74.51%-
HSV(B)335.83º31.86%88.63%-
XYZ51.4742.750.33-
YUV178.83130.35161.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=40.14%
G=27.35%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615418300.320.190.11335.8355.3874.51
HexE29AB702013B150374b
Octal342232267040231352067113
Binary11100010100110101011011101000001001110111010100001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AB7; }

 p { color: rgb(226,154,183); }

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

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

 a { background-color: rgb(226,154,183); }

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

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

 span { border-color: rgb(226,154,183); }

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