#E7AA98

Color #E7AA98 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #E7AA98

Tints of Wax Flower #E7AA98

Color information

#E7AA98 (or 0xE7AA98) is unknown color: approx Wax Flower. HEX triplet: E7, AA and 98. RGB value is (231,170,152). Sum of RGB (Red+Green+Blue) = 231+170+152=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AA98 is #185567. Grayscale: #BABABA. Windows color (decimal): -1594728 or 10005223. OLE color: 10005223.

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

Color convert

RGB231170152-
CMYK00.260.340.09
HSL13.67º62.2%75.1%-
HSV(B)13.67º34.2%90.59%-
XYZ5348.0136.18-
YUV186.19108.71159.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=41.77%
G=30.74%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117015200.260.340.0913.6762.275.1
HexE7AA9801A229e3e4b
Octal34725223003242111676113
Binary111001111010101010011000011010100010100111101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AA98; }

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

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

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

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

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

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

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

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