#E7A298

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

Shades of Tonys Pink #E7A298

Tints of Tonys Pink #E7A298

Color information

#E7A298 (or 0xE7A298) is unknown color: approx Tonys Pink. HEX triplet: E7, A2 and 98. RGB value is (231,162,152). Sum of RGB (Red+Green+Blue) = 231+162+152=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A298 is #185D67. Grayscale: #B5B5B5. Windows color (decimal): -1596776 or 10003175. OLE color: 10003175.

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

Color convert

RGB231162152-
CMYK00.300.340.09
HSL7.59º62.2%75.1%-
HSV(B)7.59º34.2%90.59%-
XYZ51.5445.135.69-
YUV181.49111.36163.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=42.39%
G=29.72%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116215200.300.340.097.5962.275.1
HexE7A29801E22983e4b
Octal34724223003642111076113
Binary111001111010001010011000011110100010100110001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A298; }

 p { color: rgb(231,162,152); }

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

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

 a { background-color: rgb(231,162,152); }

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

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

 span { border-color: rgb(231,162,152); }

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