#E99F95

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

Shades of Tonys Pink #E99F95

Tints of Tonys Pink #E99F95

Color information

#E99F95 (or 0xE99F95) is unknown color: approx Tonys Pink. HEX triplet: E9, 9F and 95. RGB value is (233,159,149). Sum of RGB (Red+Green+Blue) = 233+159+149=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99F95 is #16606A. Grayscale: #B4B4B4. Windows color (decimal): -1466475 or 9805801. OLE color: 9805801.

HSL color Cylindrical-coordinate representation of color #E99F95: hue angle of 7.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E99F95 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233159149-
CMYK00.320.360.09
HSL7.14º65.62%74.9%-
HSV(B)7.14º36.05%91.37%-
XYZ51.4344.2934.27-
YUV179.99110.52165.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=43.07%
G=29.39%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315914900.320.360.097.1465.6274.9
HexE99F950202497424b
Octal35123722504044117102113
Binary1110100110011111100101010100000100100100111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99F95; }

 p { color: rgb(233,159,149); }

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

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

 a { background-color: rgb(233,159,149); }

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

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

 span { border-color: rgb(233,159,149); }

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