Shades of Carousel Pink #EFE2E3
Tints of Carousel Pink #EFE2E3
RGB
CMYK
RGB Variations
Color information
#EFE2E3 (or 0xEFE2E3) is known color: Carousel Pink. HEX triplet: EF, E2 and E3. RGB value is (239,226,227). Sum of RGB (Red+Green+Blue) = 239+226+227=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2E3 is #101D1C. Grayscale: #E6E6E6. Windows color (decimal): -1056029 or 14934767. OLE color: 14934767.
HSL color Cylindrical-coordinate representation of color #EFE2E3: hue angle of 355.38º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE2E3 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 227 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.06 |
| HSL | 355.38º | 0.29% | 0.91% | - |
| HSV(B) | 355.38º | 0.05% | 0.94% | - |
| XYZ | 76.66 | 78.29 | 83.74 | - |
| YUV | 230 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 227 | 0 | 0.05 | 0.05 | 0.06 | 355.38 | 0.29 | 0.91 |
| Hex | EF | E2 | E3 | 0 | 5 | 5 | 6 | 163 | 1D | 5B |
| Octal | 357 | 342 | 343 | 0 | 5 | 5 | 6 | 543 | 35 | 133 |
| Binary | 11101111 | 11100010 | 11100011 | 0 | 101 | 101 | 110 | 101100011 | 11101 | 1011011 |
Color Harmonies of #EFE2E3
Complementary color
Monochromatic Colors of #EFE2E3
Black with #EFE2E3
Text Example
Text Example
White with #EFE2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2E3; }
p { color: rgb(239,226,227); }
H1.HeaderClassName
{
color: #EFE2E3;
}
.AnyTagClassName
{
color: #EFE2E3;
}
</style>
background-color css
<style>
a { background-color: #EFE2E3; }
a { background-color: rgb(239,226,227); }
div.DivClassName
{
background-color: #EFE2E3;
}
.BgClassName
{
background-color: #EFE2E3;
}
</style>
border-color css
<style>
span { border-color: #EFE2E3; }
span { border-color: rgb(239,226,227); }
td.TdClassName
{
border-color: #EFE2E3;
}
.TagClassName
{
border-color: #EFE2E3;
}
</style>