#E99D8A

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

Shades of Tonys Pink #E99D8A

Tints of Tonys Pink #E99D8A

Color information

#E99D8A (or 0xE99D8A) is unknown color: approx Tonys Pink. HEX triplet: E9, 9D and 8A. RGB value is (233,157,138). Sum of RGB (Red+Green+Blue) = 233+157+138=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99D8A is #166275. Grayscale: #B1B1B1. Windows color (decimal): -1466998 or 9084393. OLE color: 9084393.

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

Color convert

RGB233157138-
CMYK00.330.410.09
HSL12º68.35%72.75%-
HSV(B)12º40.77%91.37%-
XYZ50.2543.2729.75-
YUV177.56105.68167.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.13%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=44.13%
G=29.73%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315713800.330.410.091268.3572.75
HexE99D8A021299c4449
Octal351235212041511114104111
Binary11101001100111011000101001000011010011001110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99D8A; }

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

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

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

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

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

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

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

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