#E29CBB

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

Shades of Shocking #E29CBB

Tints of Shocking #E29CBB

Color information

#E29CBB (or 0xE29CBB) is unknown color: approx Shocking. HEX triplet: E2, 9C and BB. RGB value is (226,156,187). Sum of RGB (Red+Green+Blue) = 226+156+187=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CBB is #1D6344. Grayscale: #B4B4B4. Windows color (decimal): -1925957 or 12295394. OLE color: 12295394.

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

Color convert

RGB226156187-
CMYK00.310.170.11
HSL333.43º54.69%74.9%-
HSV(B)333.43º30.97%88.63%-
XYZ52.2243.5352.66-
YUV180.46131.69160.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 156 (61.33% from 255) = 27.42%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=39.72%
G=27.42%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615618700.310.170.11333.4354.6974.9
HexE29CBB01F11B14d374b
Octal342234273037211351567113
Binary1110001010011100101110110111111000110111010011011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CBB; }

 p { color: rgb(226,156,187); }

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

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

 a { background-color: rgb(226,156,187); }

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

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

 span { border-color: rgb(226,156,187); }

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