Shades of Carousel Pink #EEDDE1
Tints of Carousel Pink #EEDDE1
RGB
CMYK
RGB Variations
Color information
#EEDDE1 (or 0xEEDDE1) is known color: Carousel Pink. HEX triplet: EE, DD and E1. RGB value is (238,221,225). Sum of RGB (Red+Green+Blue) = 238+221+225=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDE1 is #11221E. Grayscale: #E2E2E2. Windows color (decimal): -1122847 or 14802414. OLE color: 14802414.
HSL color Cylindrical-coordinate representation of color #EEDDE1: hue angle of 345.88º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDDE1 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 225 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.07 |
| HSL | 345.88º | 0.33% | 0.9% | - |
| HSV(B) | 345.88º | 0.07% | 0.93% | - |
| XYZ | 74.71 | 75.33 | 81.84 | - |
| YUV | 226.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 225 | 0 | 0.07 | 0.05 | 0.07 | 345.88 | 0.33 | 0.9 |
| Hex | EE | DD | E1 | 0 | 7 | 5 | 7 | 15A | 21 | 5A |
| Octal | 356 | 335 | 341 | 0 | 7 | 5 | 7 | 532 | 41 | 132 |
| Binary | 11101110 | 11011101 | 11100001 | 0 | 111 | 101 | 111 | 101011010 | 100001 | 1011010 |
Color Harmonies of #EEDDE1
Complementary color
Monochromatic Colors of #EEDDE1
Black with #EEDDE1
Text Example
Text Example
White with #EEDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDE1; }
p { color: rgb(238,221,225); }
H1.HeaderClassName
{
color: #EEDDE1;
}
.AnyTagClassName
{
color: #EEDDE1;
}
</style>
background-color css
<style>
a { background-color: #EEDDE1; }
a { background-color: rgb(238,221,225); }
div.DivClassName
{
background-color: #EEDDE1;
}
.BgClassName
{
background-color: #EEDDE1;
}
</style>
border-color css
<style>
span { border-color: #EEDDE1; }
span { border-color: rgb(238,221,225); }
td.TdClassName
{
border-color: #EEDDE1;
}
.TagClassName
{
border-color: #EEDDE1;
}
</style>