Shades of Blossom #E6A7B7
Tints of Blossom #E6A7B7
RGB
CMYK
RGB Variations
Color information
#E6A7B7 (or 0xE6A7B7) is known color: Blossom. HEX triplet: E6, A7 and B7. RGB value is (230,167,183). Sum of RGB (Red+Green+Blue) = 230+167+183=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A7B7 is #195848. Grayscale: #BBBBBB. Windows color (decimal): -1661001 or 12036070. OLE color: 12036070.
HSL color Cylindrical-coordinate representation of color #E6A7B7: hue angle of 344.76º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6A7B7 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 183 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.10 |
| HSL | 344.76º | 0.56% | 0.78% | - |
| HSV(B) | 344.76º | 0.27% | 0.9% | - |
| XYZ | 55 | 47.88 | 51.14 | - |
| YUV | 187.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 183 | 0 | 0.27 | 0.20 | 0.10 | 344.76 | 0.56 | 0.78 |
| Hex | E6 | A7 | B7 | 0 | 1B | 14 | A | 159 | 38 | 4E |
| Octal | 346 | 247 | 267 | 0 | 33 | 24 | 12 | 531 | 70 | 116 |
| Binary | 11100110 | 10100111 | 10110111 | 0 | 11011 | 10100 | 1010 | 101011001 | 111000 | 1001110 |
Color Harmonies of #E6A7B7
Complementary color
Monochromatic Colors of #E6A7B7
Black with #E6A7B7
Text Example
Text Example
White with #E6A7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A7B7; }
p { color: rgb(230,167,183); }
H1.HeaderClassName
{
color: #E6A7B7;
}
.AnyTagClassName
{
color: #E6A7B7;
}
</style>
background-color css
<style>
a { background-color: #E6A7B7; }
a { background-color: rgb(230,167,183); }
div.DivClassName
{
background-color: #E6A7B7;
}
.BgClassName
{
background-color: #E6A7B7;
}
</style>
border-color css
<style>
span { border-color: #E6A7B7; }
span { border-color: rgb(230,167,183); }
td.TdClassName
{
border-color: #E6A7B7;
}
.TagClassName
{
border-color: #E6A7B7;
}
</style>