#E99985

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

Shades of Tonys Pink #E99985

Tints of Tonys Pink #E99985

Color information

#E99985 (or 0xE99985) is unknown color: approx Tonys Pink. HEX triplet: E9, 99 and 85. RGB value is (233,153,133). Sum of RGB (Red+Green+Blue) = 233+153+133=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E99985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99985 is #16667A. Grayscale: #AEAEAE. Windows color (decimal): -1468027 or 8755689. OLE color: 8755689.

HSL color Cylindrical-coordinate representation of color #E99985: hue angle of 12º degrees, saturation: 0.69, 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 #E99985 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB233153133-
CMYK00.340.430.09
HSL12º69.44%71.76%-
HSV(B)12º42.92%91.37%-
XYZ49.2341.827.66-
YUV174.64104.5169.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=44.89%
G=29.48%
B=25.63%

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
Decimal23315313300.340.430.091269.4471.76
HexE999850222B9c4548
Octal351231205042531114105110
Binary11101001100110011000010101000101010111001110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99985; }

 p { color: rgb(233,153,133); }

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

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

 a { background-color: rgb(233,153,133); }

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

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

 span { border-color: rgb(233,153,133); }

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