Shades of Carousel Pink #FFE1E5
Tints of Carousel Pink #FFE1E5
RGB
CMYK
RGB Variations
Color information
#FFE1E5 (or 0xFFE1E5) is known color: Carousel Pink. HEX triplet: FF, E1 and E5. RGB value is (255,225,229). Sum of RGB (Red+Green+Blue) = 255+225+229=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1E5 is #001E1A. Grayscale: #EAEAEA. Windows color (decimal): -7707 or 15065599. OLE color: 15065599.
HSL color Cylindrical-coordinate representation of color #FFE1E5: hue angle of 352º 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 #FFE1E5 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 229 | - |
| CMYK | 0 | 0.12 | 0.10 | 0 |
| HSL | 352º | 1% | 0.94% | - |
| HSV(B) | 352º | 0.12% | 1% | - |
| XYZ | 82.31 | 80.77 | 85.38 | - |
| YUV | 234.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 229 | 0 | 0.12 | 0.10 | 0 | 352 | 1 | 0.94 |
| Hex | FF | E1 | E5 | 0 | C | A | 0 | 160 | 64 | 5E |
| Octal | 377 | 341 | 345 | 0 | 14 | 12 | 0 | 540 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11100101 | 0 | 1100 | 1010 | 0 | 101100000 | 1100100 | 1011110 |
Color Harmonies of #FFE1E5
Complementary color
Monochromatic Colors of #FFE1E5
Black with #FFE1E5
Text Example
Text Example
White with #FFE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1E5; }
p { color: rgb(255,225,229); }
H1.HeaderClassName
{
color: #FFE1E5;
}
.AnyTagClassName
{
color: #FFE1E5;
}
</style>
background-color css
<style>
a { background-color: #FFE1E5; }
a { background-color: rgb(255,225,229); }
div.DivClassName
{
background-color: #FFE1E5;
}
.BgClassName
{
background-color: #FFE1E5;
}
</style>
border-color css
<style>
span { border-color: #FFE1E5; }
span { border-color: rgb(255,225,229); }
td.TdClassName
{
border-color: #FFE1E5;
}
.TagClassName
{
border-color: #FFE1E5;
}
</style>