Shades of Tutu #FFE5E5
Tints of Tutu #FFE5E5
RGB
CMYK
RGB Variations
Color information
#FFE5E5 (or 0xFFE5E5) is known color: Tutu. HEX triplet: FF, E5 and E5. RGB value is (255,229,229). Sum of RGB (Red+Green+Blue) = 255+229+229=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 229 (89.84% from 255 or 32.12% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5E5 is #001A1A. Grayscale: #ECECEC. Windows color (decimal): -6683 or 15066623. OLE color: 15066623.
HSL color Cylindrical-coordinate representation of color #FFE5E5: hue angle of 0º 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 #FFE5E5 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 229 | 229 | - |
CMYK | 0 | 0.10 | 0.10 | 0 |
HSL | 0º | 1% | 0.95% | - |
HSV(B) | 0º | 0.1% | 1% | - |
XYZ | 83.4 | 82.96 | 85.75 | - |
YUV | 236.77 | 123.61 | 141 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 229 | 229 | 0 | 0.10 | 0.10 | 0 | 0 | 1 | 0.95 |
Hex | FF | E5 | E5 | 0 | A | A | 0 | 0 | 64 | 5F |
Octal | 377 | 345 | 345 | 0 | 12 | 12 | 0 | 0 | 144 | 137 |
Binary | 11111111 | 11100101 | 11100101 | 0 | 1010 | 1010 | 0 | 0 | 1100100 | 1011111 |
Color Harmonies of #FFE5E5
Complementary color
Monochromatic Colors of #FFE5E5
Black with #FFE5E5
Text Example
Text Example
White with #FFE5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5E5; }
p { color: rgb(255,229,229); }
H1.HeaderClassName
{
color: #FFE5E5;
}
.AnyTagClassName
{
color: #FFE5E5;
}
</style>
background-color css
<style>
a { background-color: #FFE5E5; }
a { background-color: rgb(255,229,229); }
div.DivClassName
{
background-color: #FFE5E5;
}
.BgClassName
{
background-color: #FFE5E5;
}
</style>
border-color css
<style>
span { border-color: #FFE5E5; }
span { border-color: rgb(255,229,229); }
td.TdClassName
{
border-color: #FFE5E5;
}
.TagClassName
{
border-color: #FFE5E5;
}
</style>