Shades of Blossom #E6AFB2
Tints of Blossom #E6AFB2
RGB
CMYK
RGB Variations
Color information
#E6AFB2 (or 0xE6AFB2) is known color: Blossom. HEX triplet: E6, AF and B2. RGB value is (230,175,178). Sum of RGB (Red+Green+Blue) = 230+175+178=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AFB2 is #19504D. Grayscale: #BFBFBF. Windows color (decimal): -1658958 or 11710438. OLE color: 11710438.
HSL color Cylindrical-coordinate representation of color #E6AFB2: hue angle of 356.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFB2 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 178 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.10 |
| HSL | 356.73º | 0.52% | 0.79% | - |
| HSV(B) | 356.73º | 0.24% | 0.9% | - |
| XYZ | 56 | 50.7 | 48.95 | - |
| YUV | 191.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 178 | 0 | 0.24 | 0.23 | 0.10 | 356.73 | 0.52 | 0.79 |
| Hex | E6 | AF | B2 | 0 | 18 | 17 | A | 165 | 34 | 4F |
| Octal | 346 | 257 | 262 | 0 | 30 | 27 | 12 | 545 | 64 | 117 |
| Binary | 11100110 | 10101111 | 10110010 | 0 | 11000 | 10111 | 1010 | 101100101 | 110100 | 1001111 |
Color Harmonies of #E6AFB2
Complementary color
Monochromatic Colors of #E6AFB2
Black with #E6AFB2
Text Example
Text Example
White with #E6AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFB2; }
p { color: rgb(230,175,178); }
H1.HeaderClassName
{
color: #E6AFB2;
}
.AnyTagClassName
{
color: #E6AFB2;
}
</style>
background-color css
<style>
a { background-color: #E6AFB2; }
a { background-color: rgb(230,175,178); }
div.DivClassName
{
background-color: #E6AFB2;
}
.BgClassName
{
background-color: #E6AFB2;
}
</style>
border-color css
<style>
span { border-color: #E6AFB2; }
span { border-color: rgb(230,175,178); }
td.TdClassName
{
border-color: #E6AFB2;
}
.TagClassName
{
border-color: #E6AFB2;
}
</style>