Shades of Carousel Pink #EEDBE1
Tints of Carousel Pink #EEDBE1
RGB
CMYK
RGB Variations
Color information
#EEDBE1 (or 0xEEDBE1) is known color: Carousel Pink. HEX triplet: EE, DB and E1. RGB value is (238,219,225). Sum of RGB (Red+Green+Blue) = 238+219+225=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBE1 is #11241E. Grayscale: #E1E1E1. Windows color (decimal): -1123359 or 14801902. OLE color: 14801902.
HSL color Cylindrical-coordinate representation of color #EEDBE1: hue angle of 341.05º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDBE1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 225 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.07 |
| HSL | 341.05º | 0.36% | 0.9% | - |
| HSV(B) | 341.05º | 0.08% | 0.93% | - |
| XYZ | 74.18 | 74.28 | 81.66 | - |
| YUV | 225.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 225 | 0 | 0.08 | 0.05 | 0.07 | 341.05 | 0.36 | 0.9 |
| Hex | EE | DB | E1 | 0 | 8 | 5 | 7 | 155 | 24 | 5A |
| Octal | 356 | 333 | 341 | 0 | 10 | 5 | 7 | 525 | 44 | 132 |
| Binary | 11101110 | 11011011 | 11100001 | 0 | 1000 | 101 | 111 | 101010101 | 100100 | 1011010 |
Color Harmonies of #EEDBE1
Complementary color
Monochromatic Colors of #EEDBE1
Black with #EEDBE1
Text Example
Text Example
White with #EEDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDBE1; }
p { color: rgb(238,219,225); }
H1.HeaderClassName
{
color: #EEDBE1;
}
.AnyTagClassName
{
color: #EEDBE1;
}
</style>
background-color css
<style>
a { background-color: #EEDBE1; }
a { background-color: rgb(238,219,225); }
div.DivClassName
{
background-color: #EEDBE1;
}
.BgClassName
{
background-color: #EEDBE1;
}
</style>
border-color css
<style>
span { border-color: #EEDBE1; }
span { border-color: rgb(238,219,225); }
td.TdClassName
{
border-color: #EEDBE1;
}
.TagClassName
{
border-color: #EEDBE1;
}
</style>