Shades of Carousel Pink #FFE5E8
Tints of Carousel Pink #FFE5E8
RGB
CMYK
RGB Variations
Color information
#FFE5E8 (or 0xFFE5E8) is known color: Carousel Pink. HEX triplet: FF, E5 and E8. RGB value is (255,229,232). Sum of RGB (Red+Green+Blue) = 255+229+232=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 232 (91.02% from 255 or 32.40% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5E8 is #001A17. Grayscale: #EDEDED. Windows color (decimal): -6680 or 15263231. OLE color: 15263231.
HSL color Cylindrical-coordinate representation of color #FFE5E8: hue angle of 353.08º 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 #FFE5E8 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 232 | - |
| CMYK | 0 | 0.10 | 0.09 | 0 |
| HSL | 353.08º | 1% | 0.95% | - |
| HSV(B) | 353.08º | 0.1% | 1% | - |
| XYZ | 83.82 | 83.12 | 87.97 | - |
| YUV | 237.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 232 | 0 | 0.10 | 0.09 | 0 | 353.08 | 1 | 0.95 |
| Hex | FF | E5 | E8 | 0 | A | 9 | 0 | 161 | 64 | 5F |
| Octal | 377 | 345 | 350 | 0 | 12 | 11 | 0 | 541 | 144 | 137 |
| Binary | 11111111 | 11100101 | 11101000 | 0 | 1010 | 1001 | 0 | 101100001 | 1100100 | 1011111 |
Color Harmonies of #FFE5E8
Complementary color
Monochromatic Colors of #FFE5E8
Black with #FFE5E8
Text Example
Text Example
White with #FFE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5E8; }
p { color: rgb(255,229,232); }
H1.HeaderClassName
{
color: #FFE5E8;
}
.AnyTagClassName
{
color: #FFE5E8;
}
</style>
background-color css
<style>
a { background-color: #FFE5E8; }
a { background-color: rgb(255,229,232); }
div.DivClassName
{
background-color: #FFE5E8;
}
.BgClassName
{
background-color: #FFE5E8;
}
</style>
border-color css
<style>
span { border-color: #FFE5E8; }
span { border-color: rgb(255,229,232); }
td.TdClassName
{
border-color: #FFE5E8;
}
.TagClassName
{
border-color: #FFE5E8;
}
</style>