Shades of Prim #E9BFD1
Tints of Prim #E9BFD1
RGB
CMYK
RGB Variations
Color information
#E9BFD1 (or 0xE9BFD1) is known color: Prim. HEX triplet: E9, BF and D1. RGB value is (233,191,209). Sum of RGB (Red+Green+Blue) = 233+191+209=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFD1 is #16402E. Grayscale: #CDCDCD. Windows color (decimal): -1458223 or 13746153. OLE color: 13746153.
HSL color Cylindrical-coordinate representation of color #E9BFD1: hue angle of 334.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BFD1 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 209 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.09 |
| HSL | 334.29º | 0.49% | 0.83% | - |
| HSV(B) | 334.29º | 0.18% | 0.91% | - |
| XYZ | 63.74 | 59.19 | 68.39 | - |
| YUV | 205.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 209 | 0 | 0.18 | 0.10 | 0.09 | 334.29 | 0.49 | 0.83 |
| Hex | E9 | BF | D1 | 0 | 12 | A | 9 | 14E | 31 | 53 |
| Octal | 351 | 277 | 321 | 0 | 22 | 12 | 11 | 516 | 61 | 123 |
| Binary | 11101001 | 10111111 | 11010001 | 0 | 10010 | 1010 | 1001 | 101001110 | 110001 | 1010011 |
Color Harmonies of #E9BFD1
Complementary color
Monochromatic Colors of #E9BFD1
Black with #E9BFD1
Text Example
Text Example
White with #E9BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFD1; }
p { color: rgb(233,191,209); }
H1.HeaderClassName
{
color: #E9BFD1;
}
.AnyTagClassName
{
color: #E9BFD1;
}
</style>
background-color css
<style>
a { background-color: #E9BFD1; }
a { background-color: rgb(233,191,209); }
div.DivClassName
{
background-color: #E9BFD1;
}
.BgClassName
{
background-color: #E9BFD1;
}
</style>
border-color css
<style>
span { border-color: #E9BFD1; }
span { border-color: rgb(233,191,209); }
td.TdClassName
{
border-color: #E9BFD1;
}
.TagClassName
{
border-color: #E9BFD1;
}
</style>