Shades of Carousel Pink #EFE2E4
Tints of Carousel Pink #EFE2E4
RGB
CMYK
RGB Variations
Color information
#EFE2E4 (or 0xEFE2E4) is known color: Carousel Pink. HEX triplet: EF, E2 and E4. RGB value is (239,226,228). Sum of RGB (Red+Green+Blue) = 239+226+228=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2E4 is #101D1B. Grayscale: #E6E6E6. Windows color (decimal): -1056028 or 15000303. OLE color: 15000303.
HSL color Cylindrical-coordinate representation of color #EFE2E4: hue angle of 350.77º 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 #EFE2E4 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 228 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.06 |
| HSL | 350.77º | 0.29% | 0.91% | - |
| HSV(B) | 350.77º | 0.05% | 0.94% | - |
| XYZ | 76.8 | 78.34 | 84.47 | - |
| YUV | 230.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 228 | 0 | 0.05 | 0.05 | 0.06 | 350.77 | 0.29 | 0.91 |
| Hex | EF | E2 | E4 | 0 | 5 | 5 | 6 | 15F | 1D | 5B |
| Octal | 357 | 342 | 344 | 0 | 5 | 5 | 6 | 537 | 35 | 133 |
| Binary | 11101111 | 11100010 | 11100100 | 0 | 101 | 101 | 110 | 101011111 | 11101 | 1011011 |
Color Harmonies of #EFE2E4
Complementary color
Monochromatic Colors of #EFE2E4
Black with #EFE2E4
Text Example
Text Example
White with #EFE2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2E4; }
p { color: rgb(239,226,228); }
H1.HeaderClassName
{
color: #EFE2E4;
}
.AnyTagClassName
{
color: #EFE2E4;
}
</style>
background-color css
<style>
a { background-color: #EFE2E4; }
a { background-color: rgb(239,226,228); }
div.DivClassName
{
background-color: #EFE2E4;
}
.BgClassName
{
background-color: #EFE2E4;
}
</style>
border-color css
<style>
span { border-color: #EFE2E4; }
span { border-color: rgb(239,226,228); }
td.TdClassName
{
border-color: #EFE2E4;
}
.TagClassName
{
border-color: #EFE2E4;
}
</style>