#E9AFAF

Color #E9AFAF Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #E9AFAF

Tints of Beauty Bush #E9AFAF

Color information

#E9AFAF (or 0xE9AFAF) is unknown color: approx Beauty Bush. HEX triplet: E9, AF and AF. RGB value is (233,175,175). Sum of RGB (Red+Green+Blue) = 233+175+175=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AFAF is #165050. Grayscale: #C0C0C0. Windows color (decimal): -1462353 or 11513833. OLE color: 11513833.

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

Color convert

RGB233175175-
CMYK00.250.250.09
HSL56.86%80%-
HSV(B)24.89%91.37%-
XYZ56.6751.0847.43-
YUV192.34118.22157-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=39.97%
G=30.02%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317517500.250.250.09056.8680
HexE9AFAF01919903950
Octal3512572570313111071120
Binary11101001101011111010111101100111001100101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFAF; }

 p { color: rgb(233,175,175); }

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

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

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

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

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

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

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