#EBBABF

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

Shades of Azalea #EBBABF

Tints of Azalea #EBBABF

Color information

#EBBABF (or 0xEBBABF) is unknown color: approx Azalea. HEX triplet: EB, BA and BF. RGB value is (235,186,191). Sum of RGB (Red+Green+Blue) = 235+186+191=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBABF is #144540. Grayscale: #C9C9C9. Windows color (decimal): -1328449 or 12565227. OLE color: 12565227.

HSL color Cylindrical-coordinate representation of color #EBBABF: hue angle of 353.88º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBABF is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235186191-
CMYK00.210.190.08
HSL353.88º55.06%82.55%-
HSV(B)353.88º20.85%92.16%-
XYZ61.2256.5456.98-
YUV201.22122.23152.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 191 (75% from 255) = 31.21%
R=38.40%
G=30.39%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518619100.210.190.08353.8855.0682.55
HexEBBABF0151381623753
Octal353272277025231054267123
Binary1110101110111010101111110101011001110001011000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBABF; }

 p { color: rgb(235,186,191); }

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

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

 a { background-color: rgb(235,186,191); }

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

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

 span { border-color: rgb(235,186,191); }

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