#E29CB6

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

Shades of Shocking #E29CB6

Tints of Shocking #E29CB6

Color information

#E29CB6 (or 0xE29CB6) is unknown color: approx Shocking. HEX triplet: E2, 9C and B6. RGB value is (226,156,182). Sum of RGB (Red+Green+Blue) = 226+156+182=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CB6 is #1D6349. Grayscale: #B3B3B3. Windows color (decimal): -1925962 or 11967714. OLE color: 11967714.

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

Color convert

RGB226156182-
CMYK00.310.190.11
HSL337.71º54.69%74.9%-
HSV(B)337.71º30.97%88.63%-
XYZ51.743.3249.89-
YUV179.89129.19160.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 182 (71.48% from 255) = 32.27%
R=40.07%
G=27.66%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615618200.310.190.11337.7154.6974.9
HexE29CB601F13B152374b
Octal342234266037231352267113
Binary1110001010011100101101100111111001110111010100101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29CB6; }

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

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

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

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

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

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

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

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