Shades of Azalea #E6C3C4
Tints of Azalea #E6C3C4
RGB
CMYK
RGB Variations
Color information
#E6C3C4 (or 0xE6C3C4) is known color: Azalea. HEX triplet: E6, C3 and C4. RGB value is (230,195,196). Sum of RGB (Red+Green+Blue) = 230+195+196=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3C4 is #193C3B. Grayscale: #CDCDCD. Windows color (decimal): -1653820 or 12895206. OLE color: 12895206.
HSL color Cylindrical-coordinate representation of color #E6C3C4: hue angle of 358.29º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C3C4 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 196 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.10 |
| HSL | 358.29º | 0.41% | 0.83% | - |
| HSV(B) | 358.29º | 0.15% | 0.9% | - |
| XYZ | 62.11 | 59.84 | 60.5 | - |
| YUV | 205.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 196 | 0 | 0.15 | 0.15 | 0.10 | 358.29 | 0.41 | 0.83 |
| Hex | E6 | C3 | C4 | 0 | F | F | A | 166 | 29 | 53 |
| Octal | 346 | 303 | 304 | 0 | 17 | 17 | 12 | 546 | 51 | 123 |
| Binary | 11100110 | 11000011 | 11000100 | 0 | 1111 | 1111 | 1010 | 101100110 | 101001 | 1010011 |
Color Harmonies of #E6C3C4
Complementary color
Monochromatic Colors of #E6C3C4
Black with #E6C3C4
Text Example
Text Example
White with #E6C3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C3C4; }
p { color: rgb(230,195,196); }
H1.HeaderClassName
{
color: #E6C3C4;
}
.AnyTagClassName
{
color: #E6C3C4;
}
</style>
background-color css
<style>
a { background-color: #E6C3C4; }
a { background-color: rgb(230,195,196); }
div.DivClassName
{
background-color: #E6C3C4;
}
.BgClassName
{
background-color: #E6C3C4;
}
</style>
border-color css
<style>
span { border-color: #E6C3C4; }
span { border-color: rgb(230,195,196); }
td.TdClassName
{
border-color: #E6C3C4;
}
.TagClassName
{
border-color: #E6C3C4;
}
</style>