#E4AFAF

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

Shades of Beauty Bush #E4AFAF

Tints of Beauty Bush #E4AFAF

Color information

#E4AFAF (or 0xE4AFAF) is unknown color: approx Beauty Bush. HEX triplet: E4, AF and AF. RGB value is (228,175,175). Sum of RGB (Red+Green+Blue) = 228+175+175=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AFAF is #1B5050. Grayscale: #BEBEBE. Windows color (decimal): -1790033 or 11513828. OLE color: 11513828.

HSL color Cylindrical-coordinate representation of color #E4AFAF: hue angle of 0º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4AFAF is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB228175175-
CMYK00.230.230.11
HSL49.53%79.02%-
HSV(B)23.25%89.41%-
XYZ55.0650.2547.35-
YUV190.85119.06154.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.45%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=39.45%
G=30.28%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817517500.230.230.11049.5379.02
HexE4AFAF01717B0324f
Octal3442572570272713062117
Binary11100100101011111010111101011110111101101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AFAF; }

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

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

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

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

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

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

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

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