#E6AFAF

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

Shades of Beauty Bush #E6AFAF

Tints of Beauty Bush #E6AFAF

Color information

#E6AFAF (or 0xE6AFAF) is unknown color: approx Beauty Bush. HEX triplet: E6, AF and AF. RGB value is (230,175,175). Sum of RGB (Red+Green+Blue) = 230+175+175=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFAF is #195050. Grayscale: #BFBFBF. Windows color (decimal): -1658961 or 11513830. OLE color: 11513830.

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

Color convert

RGB230175175-
CMYK00.240.240.10
HSL52.38%79.41%-
HSV(B)23.91%90.2%-
XYZ55.750.5847.38-
YUV191.44118.72155.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.66%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=39.66%
G=30.17%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017517500.240.240.10052.3879.41
HexE6AFAF01818A0344f
Octal3462572570303012064117
Binary11100110101011111010111101100011000101001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFAF; }

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

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

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

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

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

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

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

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