Shades of Carousel Pink #EFE4E5
Tints of Carousel Pink #EFE4E5
RGB
CMYK
RGB Variations
Color information
#EFE4E5 (or 0xEFE4E5) is known color: Carousel Pink. HEX triplet: EF, E4 and E5. RGB value is (239,228,229). Sum of RGB (Red+Green+Blue) = 239+228+229=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4E5 is #101B1A. Grayscale: #E7E7E7. Windows color (decimal): -1055515 or 15066351. OLE color: 15066351.
HSL color Cylindrical-coordinate representation of color #EFE4E5: hue angle of 354.55º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE4E5 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 228 | 229 | - |
CMYK | 0 | 0.05 | 0.04 | 0.06 |
HSL | 354.55º | 0.26% | 0.92% | - |
HSV(B) | 354.55º | 0.05% | 0.94% | - |
XYZ | 77.48 | 79.49 | 85.39 | - |
YUV | 231.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 228 | 229 | 0 | 0.05 | 0.04 | 0.06 | 354.55 | 0.26 | 0.92 |
Hex | EF | E4 | E5 | 0 | 5 | 4 | 6 | 163 | 1A | 5C |
Octal | 357 | 344 | 345 | 0 | 5 | 4 | 6 | 543 | 32 | 134 |
Binary | 11101111 | 11100100 | 11100101 | 0 | 101 | 100 | 110 | 101100011 | 11010 | 1011100 |
Color Harmonies of #EFE4E5
Complementary color
Monochromatic Colors of #EFE4E5
Black with #EFE4E5
Text Example
Text Example
White with #EFE4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4E5; }
p { color: rgb(239,228,229); }
H1.HeaderClassName
{
color: #EFE4E5;
}
.AnyTagClassName
{
color: #EFE4E5;
}
</style>
background-color css
<style>
a { background-color: #EFE4E5; }
a { background-color: rgb(239,228,229); }
div.DivClassName
{
background-color: #EFE4E5;
}
.BgClassName
{
background-color: #EFE4E5;
}
</style>
border-color css
<style>
span { border-color: #EFE4E5; }
span { border-color: rgb(239,228,229); }
td.TdClassName
{
border-color: #EFE4E5;
}
.TagClassName
{
border-color: #EFE4E5;
}
</style>