#E69F92

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

Shades of Tonys Pink #E69F92

Tints of Tonys Pink #E69F92

Color information

#E69F92 (or 0xE69F92) is unknown color: approx Tonys Pink. HEX triplet: E6, 9F and 92. RGB value is (230,159,146). Sum of RGB (Red+Green+Blue) = 230+159+146=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F92 is #19606D. Grayscale: #B2B2B2. Windows color (decimal): -1663086 or 9609190. OLE color: 9609190.

HSL color Cylindrical-coordinate representation of color #E69F92: hue angle of 9.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69F92 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB230159146-
CMYK00.310.370.10
HSL9.29º62.69%73.73%-
HSV(B)9.29º36.52%90.2%-
XYZ50.2243.6932.98-
YUV178.75109.52164.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 159 (62.5% from 255) = 29.72%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=42.99%
G=29.72%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015914600.310.370.109.2962.6973.73
HexE69F9201F25A93f4a
Octal34623722203745121177112
Binary111001101001111110010010011111100101101010011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F92; }

 p { color: rgb(230,159,146); }

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

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

 a { background-color: rgb(230,159,146); }

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

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

 span { border-color: rgb(230,159,146); }

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