Shades of Carousel Pink #EFE0E2
Tints of Carousel Pink #EFE0E2
RGB
CMYK
RGB Variations
Color information
#EFE0E2 (or 0xEFE0E2) is known color: Carousel Pink. HEX triplet: EF, E0 and E2. RGB value is (239,224,226). Sum of RGB (Red+Green+Blue) = 239+224+226=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0E2 is #101F1D. Grayscale: #E4E4E4. Windows color (decimal): -1056542 or 14868719. OLE color: 14868719.
HSL color Cylindrical-coordinate representation of color #EFE0E2: hue angle of 352º degrees, saturation: 0.32, 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 #EFE0E2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 226 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.06 |
| HSL | 352º | 0.32% | 0.91% | - |
| HSV(B) | 352º | 0.06% | 0.94% | - |
| XYZ | 75.98 | 77.15 | 82.84 | - |
| YUV | 228.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 226 | 0 | 0.06 | 0.05 | 0.06 | 352 | 0.32 | 0.91 |
| Hex | EF | E0 | E2 | 0 | 6 | 5 | 6 | 160 | 20 | 5B |
| Octal | 357 | 340 | 342 | 0 | 6 | 5 | 6 | 540 | 40 | 133 |
| Binary | 11101111 | 11100000 | 11100010 | 0 | 110 | 101 | 110 | 101100000 | 100000 | 1011011 |
Color Harmonies of #EFE0E2
Complementary color
Monochromatic Colors of #EFE0E2
Black with #EFE0E2
Text Example
Text Example
White with #EFE0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0E2; }
p { color: rgb(239,224,226); }
H1.HeaderClassName
{
color: #EFE0E2;
}
.AnyTagClassName
{
color: #EFE0E2;
}
</style>
background-color css
<style>
a { background-color: #EFE0E2; }
a { background-color: rgb(239,224,226); }
div.DivClassName
{
background-color: #EFE0E2;
}
.BgClassName
{
background-color: #EFE0E2;
}
</style>
border-color css
<style>
span { border-color: #EFE0E2; }
span { border-color: rgb(239,224,226); }
td.TdClassName
{
border-color: #EFE0E2;
}
.TagClassName
{
border-color: #EFE0E2;
}
</style>