Shades of Blossom #E2AFB3
Tints of Blossom #E2AFB3
RGB
CMYK
RGB Variations
Color information
#E2AFB3 (or 0xE2AFB3) is known color: Blossom. HEX triplet: E2, AF and B3. RGB value is (226,175,179). Sum of RGB (Red+Green+Blue) = 226+175+179=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFB3 is #1D504C. Grayscale: #BEBEBE. Windows color (decimal): -1921101 or 11775970. OLE color: 11775970.
HSL color Cylindrical-coordinate representation of color #E2AFB3: hue angle of 355.29º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFB3 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 179 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.11 |
| HSL | 355.29º | 0.47% | 0.79% | - |
| HSV(B) | 355.29º | 0.23% | 0.89% | - |
| XYZ | 54.83 | 50.08 | 49.43 | - |
| YUV | 190.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 179 | 0 | 0.23 | 0.21 | 0.11 | 355.29 | 0.47 | 0.79 |
| Hex | E2 | AF | B3 | 0 | 17 | 15 | B | 163 | 2F | 4F |
| Octal | 342 | 257 | 263 | 0 | 27 | 25 | 13 | 543 | 57 | 117 |
| Binary | 11100010 | 10101111 | 10110011 | 0 | 10111 | 10101 | 1011 | 101100011 | 101111 | 1001111 |
Color Harmonies of #E2AFB3
Complementary color
Monochromatic Colors of #E2AFB3
Black with #E2AFB3
Text Example
Text Example
White with #E2AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFB3; }
p { color: rgb(226,175,179); }
H1.HeaderClassName
{
color: #E2AFB3;
}
.AnyTagClassName
{
color: #E2AFB3;
}
</style>
background-color css
<style>
a { background-color: #E2AFB3; }
a { background-color: rgb(226,175,179); }
div.DivClassName
{
background-color: #E2AFB3;
}
.BgClassName
{
background-color: #E2AFB3;
}
</style>
border-color css
<style>
span { border-color: #E2AFB3; }
span { border-color: rgb(226,175,179); }
td.TdClassName
{
border-color: #E2AFB3;
}
.TagClassName
{
border-color: #E2AFB3;
}
</style>