Shades of Classic Rose #EFC8E2
Tints of Classic Rose #EFC8E2
RGB
CMYK
RGB Variations
Color information
#EFC8E2 (or 0xEFC8E2) is known color: Classic Rose. HEX triplet: EF, C8 and E2. RGB value is (239,200,226). Sum of RGB (Red+Green+Blue) = 239+200+226=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8E2 is #10371D. Grayscale: #D6D6D6. Windows color (decimal): -1062686 or 14862575. OLE color: 14862575.
HSL color Cylindrical-coordinate representation of color #EFC8E2: hue angle of 320º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8E2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 226 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.06 |
| HSL | 320º | 0.55% | 0.86% | - |
| HSV(B) | 320º | 0.16% | 0.94% | - |
| XYZ | 69.98 | 65.15 | 80.84 | - |
| YUV | 214.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 226 | 0 | 0.16 | 0.05 | 0.06 | 320 | 0.55 | 0.86 |
| Hex | EF | C8 | E2 | 0 | 10 | 5 | 6 | 140 | 37 | 56 |
| Octal | 357 | 310 | 342 | 0 | 20 | 5 | 6 | 500 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11100010 | 0 | 10000 | 101 | 110 | 101000000 | 110111 | 1010110 |
Color Harmonies of #EFC8E2
Complementary color
Monochromatic Colors of #EFC8E2
Black with #EFC8E2
Text Example
Text Example
White with #EFC8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8E2; }
p { color: rgb(239,200,226); }
H1.HeaderClassName
{
color: #EFC8E2;
}
.AnyTagClassName
{
color: #EFC8E2;
}
</style>
background-color css
<style>
a { background-color: #EFC8E2; }
a { background-color: rgb(239,200,226); }
div.DivClassName
{
background-color: #EFC8E2;
}
.BgClassName
{
background-color: #EFC8E2;
}
</style>
border-color css
<style>
span { border-color: #EFC8E2; }
span { border-color: rgb(239,200,226); }
td.TdClassName
{
border-color: #EFC8E2;
}
.TagClassName
{
border-color: #EFC8E2;
}
</style>