#E99D82

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

Shades of Tonys Pink #E99D82

Tints of Tonys Pink #E99D82

Color information

#E99D82 (or 0xE99D82) is unknown color: approx Tonys Pink. HEX triplet: E9, 9D and 82. RGB value is (233,157,130). Sum of RGB (Red+Green+Blue) = 233+157+130=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99D82 is #16627D. Grayscale: #B0B0B0. Windows color (decimal): -1467006 or 8560105. OLE color: 8560105.

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

Color convert

RGB233157130-
CMYK00.330.440.09
HSL15.73º70.07%71.18%-
HSV(B)15.73º44.21%91.37%-
XYZ49.6943.0526.81-
YUV176.65101.68168.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.81%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 130 (51.17% from 255) = 25%
R=44.81%
G=30.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315713000.330.440.0915.7370.0771.18
HexE99D820212C9104647
Octal351235202041541120106107
Binary111010011001110110000010010000110110010011000010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99D82; }

 p { color: rgb(233,157,130); }

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

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

 a { background-color: rgb(233,157,130); }

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

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

 span { border-color: rgb(233,157,130); }

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