#E29BC6

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

Shades of Shocking #E29BC6

Tints of Shocking #E29BC6

Color information

#E29BC6 (or 0xE29BC6) is unknown color: approx Shocking. HEX triplet: E2, 9B and C6. RGB value is (226,155,198). Sum of RGB (Red+Green+Blue) = 226+155+198=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BC6 is #1D6439. Grayscale: #B5B5B5. Windows color (decimal): -1926202 or 13016034. OLE color: 13016034.

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

Color convert

RGB226155198-
CMYK00.310.120.11
HSL323.66º55.04%74.71%-
HSV(B)323.66º31.42%88.63%-
XYZ53.2843.6959.05-
YUV181.13137.52160-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.03%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=39.03%
G=26.77%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615519800.310.120.11323.6655.0474.71
HexE29BC601FCB144374b
Octal342233306037141350467113
Binary111000101001101111000110011111110010111010001001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BC6; }

 p { color: rgb(226,155,198); }

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

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

 a { background-color: rgb(226,155,198); }

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

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

 span { border-color: rgb(226,155,198); }

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