Shades of Carousel Pink #EFE1E3
Tints of Carousel Pink #EFE1E3
RGB
CMYK
RGB Variations
Color information
#EFE1E3 (or 0xEFE1E3) is known color: Carousel Pink. HEX triplet: EF, E1 and E3. RGB value is (239,225,227). Sum of RGB (Red+Green+Blue) = 239+225+227=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1E3 is #101E1C. Grayscale: #E5E5E5. Windows color (decimal): -1056285 or 14934511. OLE color: 14934511.
HSL color Cylindrical-coordinate representation of color #EFE1E3: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE1E3 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 227 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.06 |
| HSL | 351.43º | 0.3% | 0.91% | - |
| HSV(B) | 351.43º | 0.06% | 0.94% | - |
| XYZ | 76.39 | 77.75 | 83.65 | - |
| YUV | 229.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 227 | 0 | 0.06 | 0.05 | 0.06 | 351.43 | 0.3 | 0.91 |
| Hex | EF | E1 | E3 | 0 | 6 | 5 | 6 | 15F | 1E | 5B |
| Octal | 357 | 341 | 343 | 0 | 6 | 5 | 6 | 537 | 36 | 133 |
| Binary | 11101111 | 11100001 | 11100011 | 0 | 110 | 101 | 110 | 101011111 | 11110 | 1011011 |
Color Harmonies of #EFE1E3
Complementary color
Monochromatic Colors of #EFE1E3
Black with #EFE1E3
Text Example
Text Example
White with #EFE1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1E3; }
p { color: rgb(239,225,227); }
H1.HeaderClassName
{
color: #EFE1E3;
}
.AnyTagClassName
{
color: #EFE1E3;
}
</style>
background-color css
<style>
a { background-color: #EFE1E3; }
a { background-color: rgb(239,225,227); }
div.DivClassName
{
background-color: #EFE1E3;
}
.BgClassName
{
background-color: #EFE1E3;
}
</style>
border-color css
<style>
span { border-color: #EFE1E3; }
span { border-color: rgb(239,225,227); }
td.TdClassName
{
border-color: #EFE1E3;
}
.TagClassName
{
border-color: #EFE1E3;
}
</style>