Shades of Misty Rose #FFE0E0
Tints of Misty Rose #FFE0E0
RGB
CMYK
RGB Variations
Color information
#FFE0E0 (or 0xFFE0E0) is known color: Misty Rose. HEX triplet: FF, E0 and E0. RGB value is (255,224,224). Sum of RGB (Red+Green+Blue) = 255+224+224=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 224 (87.89% from 255 or 31.86% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0E0 is #001F1F. Grayscale: #E9E9E9. Windows color (decimal): -7968 or 14737663. OLE color: 14737663.
HSL color Cylindrical-coordinate representation of color #FFE0E0: hue angle of 0º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0E0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 224 | - |
| CMYK | 0 | 0.12 | 0.12 | 0 |
| HSL | 0º | 1% | 0.94% | - |
| HSV(B) | 0º | 0.12% | 1% | - |
| XYZ | 81.35 | 79.95 | 81.67 | - |
| YUV | 233.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 224 | 0 | 0.12 | 0.12 | 0 | 0 | 1 | 0.94 |
| Hex | FF | E0 | E0 | 0 | C | C | 0 | 0 | 64 | 5E |
| Octal | 377 | 340 | 340 | 0 | 14 | 14 | 0 | 0 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11100000 | 0 | 1100 | 1100 | 0 | 0 | 1100100 | 1011110 |
Color Harmonies of #FFE0E0
Complementary color
Monochromatic Colors of #FFE0E0
Black with #FFE0E0
Text Example
Text Example
White with #FFE0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0E0; }
p { color: rgb(255,224,224); }
H1.HeaderClassName
{
color: #FFE0E0;
}
.AnyTagClassName
{
color: #FFE0E0;
}
</style>
background-color css
<style>
a { background-color: #FFE0E0; }
a { background-color: rgb(255,224,224); }
div.DivClassName
{
background-color: #FFE0E0;
}
.BgClassName
{
background-color: #FFE0E0;
}
</style>
border-color css
<style>
span { border-color: #FFE0E0; }
span { border-color: rgb(255,224,224); }
td.TdClassName
{
border-color: #FFE0E0;
}
.TagClassName
{
border-color: #FFE0E0;
}
</style>