#E99F94

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

Shades of Tonys Pink #E99F94

Tints of Tonys Pink #E99F94

Color information

#E99F94 (or 0xE99F94) is unknown color: approx Tonys Pink. HEX triplet: E9, 9F and 94. RGB value is (233,159,148). Sum of RGB (Red+Green+Blue) = 233+159+148=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99F94 is #16606B. Grayscale: #B3B3B3. Windows color (decimal): -1466476 or 9740265. OLE color: 9740265.

HSL color Cylindrical-coordinate representation of color #E99F94: hue angle of 7.76º 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 #E99F94 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233159148-
CMYK00.320.360.09
HSL7.76º65.89%74.71%-
HSV(B)7.76º36.48%91.37%-
XYZ51.3544.2633.85-
YUV179.87110.02165.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 148 (58.20% from 255) = 27.41%
R=43.15%
G=29.44%
B=27.41%

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
Decimal23315914800.320.360.097.7665.8974.71
HexE99F940202498424b
Octal351237224040441110102113
Binary11101001100111111001010001000001001001001100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99F94; }

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

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

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

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

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

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

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

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