#EBAFAE

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

Shades of Beauty Bush #EBAFAE

Tints of Beauty Bush #EBAFAE

Color information

#EBAFAE (or 0xEBAFAE) is unknown color: approx Beauty Bush. HEX triplet: EB, AF and AE. RGB value is (235,175,174). Sum of RGB (Red+Green+Blue) = 235+175+174=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFAE is #145051. Grayscale: #C0C0C0. Windows color (decimal): -1331282 or 11448299. OLE color: 11448299.

HSL color Cylindrical-coordinate representation of color #EBAFAE: hue angle of 0.98º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFAE is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235175174-
CMYK00.260.260.08
HSL0.98º60.4%80.2%-
HSV(B)0.98º25.96%92.16%-
XYZ57.2351.3846.94-
YUV192.83117.38158.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=40.24%
G=29.97%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517517400.260.260.080.9860.480.2
HexEBAFAE01A1A813c50
Octal3532572560323210174120
Binary11101011101011111010111001101011010100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFAE; }

 p { color: rgb(235,175,174); }

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

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

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

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

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

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

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