Shades of Azalea #EBCACB
Tints of Azalea #EBCACB
RGB
CMYK
RGB Variations
Color information
#EBCACB (or 0xEBCACB) is known color: Azalea. HEX triplet: EB, CA and CB. RGB value is (235,202,203). Sum of RGB (Red+Green+Blue) = 235+202+203=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCACB is #143534. Grayscale: #D4D4D4. Windows color (decimal): -1324341 or 13355755. OLE color: 13355755.
HSL color Cylindrical-coordinate representation of color #EBCACB: hue angle of 358.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCACB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 203 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.08 |
| HSL | 358.18º | 0.45% | 0.86% | - |
| HSV(B) | 358.18º | 0.14% | 0.92% | - |
| XYZ | 66.16 | 64.22 | 65.41 | - |
| YUV | 211.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 203 | 0 | 0.14 | 0.14 | 0.08 | 358.18 | 0.45 | 0.86 |
| Hex | EB | CA | CB | 0 | E | E | 8 | 166 | 2D | 56 |
| Octal | 353 | 312 | 313 | 0 | 16 | 16 | 10 | 546 | 55 | 126 |
| Binary | 11101011 | 11001010 | 11001011 | 0 | 1110 | 1110 | 1000 | 101100110 | 101101 | 1010110 |
Color Harmonies of #EBCACB
Complementary color
Monochromatic Colors of #EBCACB
Black with #EBCACB
Text Example
Text Example
White with #EBCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCACB; }
p { color: rgb(235,202,203); }
H1.HeaderClassName
{
color: #EBCACB;
}
.AnyTagClassName
{
color: #EBCACB;
}
</style>
background-color css
<style>
a { background-color: #EBCACB; }
a { background-color: rgb(235,202,203); }
div.DivClassName
{
background-color: #EBCACB;
}
.BgClassName
{
background-color: #EBCACB;
}
</style>
border-color css
<style>
span { border-color: #EBCACB; }
span { border-color: rgb(235,202,203); }
td.TdClassName
{
border-color: #EBCACB;
}
.TagClassName
{
border-color: #EBCACB;
}
</style>