#E8AFAD

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

Shades of Beauty Bush #E8AFAD

Tints of Beauty Bush #E8AFAD

Color information

#E8AFAD (or 0xE8AFAD) is unknown color: approx Beauty Bush. HEX triplet: E8, AF and AD. RGB value is (232,175,173). Sum of RGB (Red+Green+Blue) = 232+175+173=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AFAD is #175052. Grayscale: #BFBFBF. Windows color (decimal): -1527891 or 11382760. OLE color: 11382760.

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

Color convert

RGB232175173-
CMYK00.250.250.09
HSL2.03º56.19%79.41%-
HSV(B)2.03º25.43%90.98%-
XYZ56.1550.8346.39-
YUV191.82117.38156.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=40%
G=30.17%
B=29.83%

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
Decimal23217517300.250.250.092.0356.1979.41
HexE8AFAD0191992384f
Octal3502572550313111270117
Binary111010001010111110101101011001110011001101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFAD; }

 p { color: rgb(232,175,173); }

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

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

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

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

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

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

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