Shades of Azalea #EDBABB
Tints of Azalea #EDBABB
RGB
CMYK
RGB Variations
Color information
#EDBABB (or 0xEDBABB) is known color: Azalea. HEX triplet: ED, BA and BB. RGB value is (237,186,187). Sum of RGB (Red+Green+Blue) = 237+186+187=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBABB is #124544. Grayscale: #C9C9C9. Windows color (decimal): -1197381 or 12303085. OLE color: 12303085.
HSL color Cylindrical-coordinate representation of color #EDBABB: hue angle of 358.82º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBABB is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 187 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 358.82º | 0.59% | 0.83% | - |
| HSV(B) | 358.82º | 0.22% | 0.93% | - |
| XYZ | 61.45 | 56.71 | 54.72 | - |
| YUV | 201.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 187 | 0 | 0.22 | 0.21 | 0.07 | 358.82 | 0.59 | 0.83 |
| Hex | ED | BA | BB | 0 | 16 | 15 | 7 | 167 | 3B | 53 |
| Octal | 355 | 272 | 273 | 0 | 26 | 25 | 7 | 547 | 73 | 123 |
| Binary | 11101101 | 10111010 | 10111011 | 0 | 10110 | 10101 | 111 | 101100111 | 111011 | 1010011 |
Color Harmonies of #EDBABB
Complementary color
Monochromatic Colors of #EDBABB
Black with #EDBABB
Text Example
Text Example
White with #EDBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBABB; }
p { color: rgb(237,186,187); }
H1.HeaderClassName
{
color: #EDBABB;
}
.AnyTagClassName
{
color: #EDBABB;
}
</style>
background-color css
<style>
a { background-color: #EDBABB; }
a { background-color: rgb(237,186,187); }
div.DivClassName
{
background-color: #EDBABB;
}
.BgClassName
{
background-color: #EDBABB;
}
</style>
border-color css
<style>
span { border-color: #EDBABB; }
span { border-color: rgb(237,186,187); }
td.TdClassName
{
border-color: #EDBABB;
}
.TagClassName
{
border-color: #EDBABB;
}
</style>