Shades of Blossom #E6B2B3
Tints of Blossom #E6B2B3
RGB
CMYK
RGB Variations
Color information
#E6B2B3 (or 0xE6B2B3) is known color: Blossom. HEX triplet: E6, B2 and B3. RGB value is (230,178,179). Sum of RGB (Red+Green+Blue) = 230+178+179=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B2B3 is #194D4C. Grayscale: #C1C1C1. Windows color (decimal): -1658189 or 11776742. OLE color: 11776742.
HSL color Cylindrical-coordinate representation of color #E6B2B3: hue angle of 358.85º 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 #E6B2B3 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 179 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.10 |
| HSL | 358.85º | 0.51% | 0.8% | - |
| HSV(B) | 358.85º | 0.23% | 0.9% | - |
| XYZ | 56.69 | 51.92 | 49.68 | - |
| YUV | 193.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 179 | 0 | 0.23 | 0.22 | 0.10 | 358.85 | 0.51 | 0.8 |
| Hex | E6 | B2 | B3 | 0 | 17 | 16 | A | 167 | 33 | 50 |
| Octal | 346 | 262 | 263 | 0 | 27 | 26 | 12 | 547 | 63 | 120 |
| Binary | 11100110 | 10110010 | 10110011 | 0 | 10111 | 10110 | 1010 | 101100111 | 110011 | 1010000 |
Color Harmonies of #E6B2B3
Complementary color
Monochromatic Colors of #E6B2B3
Black with #E6B2B3
Text Example
Text Example
White with #E6B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B2B3; }
p { color: rgb(230,178,179); }
H1.HeaderClassName
{
color: #E6B2B3;
}
.AnyTagClassName
{
color: #E6B2B3;
}
</style>
background-color css
<style>
a { background-color: #E6B2B3; }
a { background-color: rgb(230,178,179); }
div.DivClassName
{
background-color: #E6B2B3;
}
.BgClassName
{
background-color: #E6B2B3;
}
</style>
border-color css
<style>
span { border-color: #E6B2B3; }
span { border-color: rgb(230,178,179); }
td.TdClassName
{
border-color: #E6B2B3;
}
.TagClassName
{
border-color: #E6B2B3;
}
</style>