#E99A84

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

Shades of Tonys Pink #E99A84

Tints of Tonys Pink #E99A84

Color information

#E99A84 (or 0xE99A84) is unknown color: approx Tonys Pink. HEX triplet: E9, 9A and 84. RGB value is (233,154,132). Sum of RGB (Red+Green+Blue) = 233+154+132=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99A84 is #16657B. Grayscale: #AFAFAF. Windows color (decimal): -1467772 or 8690409. OLE color: 8690409.

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

Color convert

RGB233154132-
CMYK00.340.430.09
HSL13.07º69.66%71.57%-
HSV(B)13.07º43.35%91.37%-
XYZ49.3242.127.36-
YUV175.11103.67169.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=44.89%
G=29.67%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315413200.340.430.0913.0769.6671.57
HexE99A840222B9d4648
Octal351232204042531115106110
Binary11101001100110101000010001000101010111001110110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99A84; }

 p { color: rgb(233,154,132); }

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

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

 a { background-color: rgb(233,154,132); }

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

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

 span { border-color: rgb(233,154,132); }

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