Shades of Azalea #EECACB
Tints of Azalea #EECACB
RGB
CMYK
RGB Variations
Color information
#EECACB (or 0xEECACB) is known color: Azalea. HEX triplet: EE, CA and CB. RGB value is (238,202,203). Sum of RGB (Red+Green+Blue) = 238+202+203=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACB is #113534. Grayscale: #D4D4D4. Windows color (decimal): -1127733 or 13355758. OLE color: 13355758.
HSL color Cylindrical-coordinate representation of color #EECACB: hue angle of 358.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECACB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 202 | 203 | - |
CMYK | 0 | 0.15 | 0.15 | 0.07 |
HSL | 358.33º | 0.51% | 0.86% | - |
HSV(B) | 358.33º | 0.15% | 0.93% | - |
XYZ | 67.16 | 64.73 | 65.45 | - |
YUV | 212.88 | 122.43 | 145.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 203 | 0 | 0.15 | 0.15 | 0.07 | 358.33 | 0.51 | 0.86 |
Hex | EE | CA | CB | 0 | F | F | 7 | 166 | 33 | 56 |
Octal | 356 | 312 | 313 | 0 | 17 | 17 | 7 | 546 | 63 | 126 |
Binary | 11101110 | 11001010 | 11001011 | 0 | 1111 | 1111 | 111 | 101100110 | 110011 | 1010110 |
Color Harmonies of #EECACB
Complementary color
Monochromatic Colors of #EECACB
Black with #EECACB
Text Example
Text Example
White with #EECACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECACB; }
p { color: rgb(238,202,203); }
H1.HeaderClassName
{
color: #EECACB;
}
.AnyTagClassName
{
color: #EECACB;
}
</style>
background-color css
<style>
a { background-color: #EECACB; }
a { background-color: rgb(238,202,203); }
div.DivClassName
{
background-color: #EECACB;
}
.BgClassName
{
background-color: #EECACB;
}
</style>
border-color css
<style>
span { border-color: #EECACB; }
span { border-color: rgb(238,202,203); }
td.TdClassName
{
border-color: #EECACB;
}
.TagClassName
{
border-color: #EECACB;
}
</style>