Shades of Blossom #E6B2B6
Tints of Blossom #E6B2B6
RGB
CMYK
RGB Variations
Color information
#E6B2B6 (or 0xE6B2B6) is known color: Blossom. HEX triplet: E6, B2 and B6. RGB value is (230,178,182). Sum of RGB (Red+Green+Blue) = 230+178+182=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B2B6 is #194D49. Grayscale: #C2C2C2. Windows color (decimal): -1658186 or 11973350. OLE color: 11973350.
HSL color Cylindrical-coordinate representation of color #E6B2B6: hue angle of 355.38º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B2B6 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 182 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.10 |
| HSL | 355.38º | 0.51% | 0.8% | - |
| HSV(B) | 355.38º | 0.23% | 0.9% | - |
| XYZ | 57 | 52.04 | 51.3 | - |
| YUV | 194 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 182 | 0 | 0.23 | 0.21 | 0.10 | 355.38 | 0.51 | 0.8 |
| Hex | E6 | B2 | B6 | 0 | 17 | 15 | A | 163 | 33 | 50 |
| Octal | 346 | 262 | 266 | 0 | 27 | 25 | 12 | 543 | 63 | 120 |
| Binary | 11100110 | 10110010 | 10110110 | 0 | 10111 | 10101 | 1010 | 101100011 | 110011 | 1010000 |
Color Harmonies of #E6B2B6
Complementary color
Monochromatic Colors of #E6B2B6
Black with #E6B2B6
Text Example
Text Example
White with #E6B2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B2B6; }
p { color: rgb(230,178,182); }
H1.HeaderClassName
{
color: #E6B2B6;
}
.AnyTagClassName
{
color: #E6B2B6;
}
</style>
background-color css
<style>
a { background-color: #E6B2B6; }
a { background-color: rgb(230,178,182); }
div.DivClassName
{
background-color: #E6B2B6;
}
.BgClassName
{
background-color: #E6B2B6;
}
</style>
border-color css
<style>
span { border-color: #E6B2B6; }
span { border-color: rgb(230,178,182); }
td.TdClassName
{
border-color: #E6B2B6;
}
.TagClassName
{
border-color: #E6B2B6;
}
</style>