#EBBABE

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

Shades of Azalea #EBBABE

Tints of Azalea #EBBABE

Color information

#EBBABE (or 0xEBBABE) is unknown color: approx Azalea. HEX triplet: EB, BA and BE. RGB value is (235,186,190). Sum of RGB (Red+Green+Blue) = 235+186+190=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBABE is #144541. Grayscale: #C9C9C9. Windows color (decimal): -1328450 or 12499691. OLE color: 12499691.

HSL color Cylindrical-coordinate representation of color #EBBABE: hue angle of 355.1º 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 #EBBABE is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235186190-
CMYK00.210.190.08
HSL355.1º55.06%82.55%-
HSV(B)355.1º20.85%92.16%-
XYZ61.1156.556.4-
YUV201.11121.73152.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=38.46%
G=30.44%
B=31.10%

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
Decimal23518619000.210.190.08355.155.0682.55
HexEBBABE0151381633753
Octal353272276025231054367123
Binary1110101110111010101111100101011001110001011000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBABE; }

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

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

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

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

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

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

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

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