Shades of Carousel Pink #FFE0E4
Tints of Carousel Pink #FFE0E4
RGB
CMYK
RGB Variations
Color information
#FFE0E4 (or 0xFFE0E4) is known color: Carousel Pink. HEX triplet: FF, E0 and E4. RGB value is (255,224,228). Sum of RGB (Red+Green+Blue) = 255+224+228=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0E4 is #001F1B. Grayscale: #E9E9E9. Windows color (decimal): -7964 or 14999807. OLE color: 14999807.
HSL color Cylindrical-coordinate representation of color #FFE0E4: hue angle of 352.26º 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 #FFE0E4 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 228 | - |
| CMYK | 0 | 0.12 | 0.11 | 0 |
| HSL | 352.26º | 1% | 0.94% | - |
| HSV(B) | 352.26º | 0.12% | 1% | - |
| XYZ | 81.9 | 80.17 | 84.56 | - |
| YUV | 233.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 228 | 0 | 0.12 | 0.11 | 0 | 352.26 | 1 | 0.94 |
| Hex | FF | E0 | E4 | 0 | C | B | 0 | 160 | 64 | 5E |
| Octal | 377 | 340 | 344 | 0 | 14 | 13 | 0 | 540 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11100100 | 0 | 1100 | 1011 | 0 | 101100000 | 1100100 | 1011110 |
Color Harmonies of #FFE0E4
Complementary color
Monochromatic Colors of #FFE0E4
Black with #FFE0E4
Text Example
Text Example
White with #FFE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0E4; }
p { color: rgb(255,224,228); }
H1.HeaderClassName
{
color: #FFE0E4;
}
.AnyTagClassName
{
color: #FFE0E4;
}
</style>
background-color css
<style>
a { background-color: #FFE0E4; }
a { background-color: rgb(255,224,228); }
div.DivClassName
{
background-color: #FFE0E4;
}
.BgClassName
{
background-color: #FFE0E4;
}
</style>
border-color css
<style>
span { border-color: #FFE0E4; }
span { border-color: rgb(255,224,228); }
td.TdClassName
{
border-color: #FFE0E4;
}
.TagClassName
{
border-color: #FFE0E4;
}
</style>