#EBAFAD

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

Shades of Beauty Bush #EBAFAD

Tints of Beauty Bush #EBAFAD

Color information

#EBAFAD (or 0xEBAFAD) is unknown color: approx Beauty Bush. HEX triplet: EB, AF and AD. RGB value is (235,175,173). Sum of RGB (Red+Green+Blue) = 235+175+173=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAFAD is #145052. Grayscale: #C0C0C0. Windows color (decimal): -1331283 or 11382763. OLE color: 11382763.

HSL color Cylindrical-coordinate representation of color #EBAFAD: hue angle of 1.94º degrees, saturation: 0.61, 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 #EBAFAD is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235175173-
CMYK00.260.260.08
HSL1.94º60.78%80%-
HSV(B)1.94º26.38%92.16%-
XYZ57.1351.3446.43-
YUV192.71116.88158.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=40.31%
G=30.02%
B=29.67%

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
Decimal23517517300.260.260.081.9460.7880
HexEBAFAD01A1A823d50
Octal3532572550323210275120
Binary111010111010111110101101011010110101000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFAD; }

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

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

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

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

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

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

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

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