#E99C86

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

Shades of Tonys Pink #E99C86

Tints of Tonys Pink #E99C86

Color information

#E99C86 (or 0xE99C86) is unknown color: approx Tonys Pink. HEX triplet: E9, 9C and 86. RGB value is (233,156,134). Sum of RGB (Red+Green+Blue) = 233+156+134=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99C86 is #166379. Grayscale: #B0B0B0. Windows color (decimal): -1467258 or 8821993. OLE color: 8821993.

HSL color Cylindrical-coordinate representation of color #E99C86: hue angle of 13.33º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E99C86 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB233156134-
CMYK00.330.420.09
HSL13.33º69.23%71.96%-
HSV(B)13.33º42.49%91.37%-
XYZ49.842.8228.2-
YUV176.52104.01168.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.55%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 134 (52.73% from 255) = 25.62%
R=44.55%
G=29.83%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315613400.330.420.0913.3369.2371.96
HexE99C860212A9d4548
Octal351234206041521115105110
Binary11101001100111001000011001000011010101001110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99C86; }

 p { color: rgb(233,156,134); }

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

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

 a { background-color: rgb(233,156,134); }

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

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

 span { border-color: rgb(233,156,134); }

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