Shades of Amour #FFE5E9
Tints of Amour #FFE5E9
RGB
CMYK
RGB Variations
Color information
#FFE5E9 (or 0xFFE5E9) is known color: Amour. HEX triplet: FF, E5 and E9. RGB value is (255,229,233). Sum of RGB (Red+Green+Blue) = 255+229+233=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 233 (91.41% from 255 or 32.50% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5E9 is #001A16. Grayscale: #EDEDED. Windows color (decimal): -6679 or 15328767. OLE color: 15328767.
HSL color Cylindrical-coordinate representation of color #FFE5E9: hue angle of 350.77º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE5E9 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 229 | 233 | - |
CMYK | 0 | 0.10 | 0.09 | 0 |
HSL | 350.77º | 1% | 0.95% | - |
HSV(B) | 350.77º | 0.1% | 1% | - |
XYZ | 83.97 | 83.18 | 88.72 | - |
YUV | 237.23 | 125.61 | 140.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 229 | 233 | 0 | 0.10 | 0.09 | 0 | 350.77 | 1 | 0.95 |
Hex | FF | E5 | E9 | 0 | A | 9 | 0 | 15F | 64 | 5F |
Octal | 377 | 345 | 351 | 0 | 12 | 11 | 0 | 537 | 144 | 137 |
Binary | 11111111 | 11100101 | 11101001 | 0 | 1010 | 1001 | 0 | 101011111 | 1100100 | 1011111 |
Color Harmonies of #FFE5E9
Complementary color
Monochromatic Colors of #FFE5E9
Black with #FFE5E9
Text Example
Text Example
White with #FFE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5E9; }
p { color: rgb(255,229,233); }
H1.HeaderClassName
{
color: #FFE5E9;
}
.AnyTagClassName
{
color: #FFE5E9;
}
</style>
background-color css
<style>
a { background-color: #FFE5E9; }
a { background-color: rgb(255,229,233); }
div.DivClassName
{
background-color: #FFE5E9;
}
.BgClassName
{
background-color: #FFE5E9;
}
</style>
border-color css
<style>
span { border-color: #FFE5E9; }
span { border-color: rgb(255,229,233); }
td.TdClassName
{
border-color: #FFE5E9;
}
.TagClassName
{
border-color: #FFE5E9;
}
</style>