Shades of Azalea #E6BFC1
Tints of Azalea #E6BFC1
RGB
CMYK
RGB Variations
Color information
#E6BFC1 (or 0xE6BFC1) is known color: Azalea. HEX triplet: E6, BF and C1. RGB value is (230,191,193). Sum of RGB (Red+Green+Blue) = 230+191+193=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFC1 is #19403E. Grayscale: #CACACA. Windows color (decimal): -1654847 or 12697574. OLE color: 12697574.
HSL color Cylindrical-coordinate representation of color #E6BFC1: hue angle of 356.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFC1 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 191 | 193 | - |
CMYK | 0 | 0.17 | 0.16 | 0.10 |
HSL | 356.92º | 0.44% | 0.83% | - |
HSV(B) | 356.92º | 0.17% | 0.9% | - |
XYZ | 60.89 | 57.93 | 58.43 | - |
YUV | 202.89 | 122.42 | 147.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 191 | 193 | 0 | 0.17 | 0.16 | 0.10 | 356.92 | 0.44 | 0.83 |
Hex | E6 | BF | C1 | 0 | 11 | 10 | A | 165 | 2C | 53 |
Octal | 346 | 277 | 301 | 0 | 21 | 20 | 12 | 545 | 54 | 123 |
Binary | 11100110 | 10111111 | 11000001 | 0 | 10001 | 10000 | 1010 | 101100101 | 101100 | 1010011 |
Color Harmonies of #E6BFC1
Complementary color
Monochromatic Colors of #E6BFC1
Black with #E6BFC1
Text Example
Text Example
White with #E6BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BFC1; }
p { color: rgb(230,191,193); }
H1.HeaderClassName
{
color: #E6BFC1;
}
.AnyTagClassName
{
color: #E6BFC1;
}
</style>
background-color css
<style>
a { background-color: #E6BFC1; }
a { background-color: rgb(230,191,193); }
div.DivClassName
{
background-color: #E6BFC1;
}
.BgClassName
{
background-color: #E6BFC1;
}
</style>
border-color css
<style>
span { border-color: #E6BFC1; }
span { border-color: rgb(230,191,193); }
td.TdClassName
{
border-color: #E6BFC1;
}
.TagClassName
{
border-color: #E6BFC1;
}
</style>