#E99D8E

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

Shades of Tonys Pink #E99D8E

Tints of Tonys Pink #E99D8E

Color information

#E99D8E (or 0xE99D8E) is unknown color: approx Tonys Pink. HEX triplet: E9, 9D and 8E. RGB value is (233,157,142). Sum of RGB (Red+Green+Blue) = 233+157+142=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99D8E is #166271. Grayscale: #B2B2B2. Windows color (decimal): -1466994 or 9346537. OLE color: 9346537.

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

Color convert

RGB233157142-
CMYK00.330.390.09
HSL9.89º67.41%73.53%-
HSV(B)9.89º39.06%91.37%-
XYZ50.5443.3931.3-
YUV178.01107.68167.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.80%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=43.80%
G=29.51%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315714200.330.390.099.8967.4173.53
HexE99D8E021279a434a
Octal351235216041471112103112
Binary11101001100111011000111001000011001111001101010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99D8E; }

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

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

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

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

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

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

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

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