Shades of Classic Rose #EFC7E2
Tints of Classic Rose #EFC7E2
RGB
CMYK
RGB Variations
Color information
#EFC7E2 (or 0xEFC7E2) is known color: Classic Rose. HEX triplet: EF, C7 and E2. RGB value is (239,199,226). Sum of RGB (Red+Green+Blue) = 239+199+226=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7E2 is #10381D. Grayscale: #D5D5D5. Windows color (decimal): -1062942 or 14862319. OLE color: 14862319.
HSL color Cylindrical-coordinate representation of color #EFC7E2: hue angle of 319.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7E2 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 199 | 226 | - |
CMYK | 0 | 0.17 | 0.05 | 0.06 |
HSL | 319.5º | 0.56% | 0.86% | - |
HSV(B) | 319.5º | 0.17% | 0.94% | - |
XYZ | 69.75 | 64.69 | 80.76 | - |
YUV | 214.04 | 134.75 | 145.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 199 | 226 | 0 | 0.17 | 0.05 | 0.06 | 319.5 | 0.56 | 0.86 |
Hex | EF | C7 | E2 | 0 | 11 | 5 | 6 | 140 | 38 | 56 |
Octal | 357 | 307 | 342 | 0 | 21 | 5 | 6 | 500 | 70 | 126 |
Binary | 11101111 | 11000111 | 11100010 | 0 | 10001 | 101 | 110 | 101000000 | 111000 | 1010110 |
Color Harmonies of #EFC7E2
Complementary color
Monochromatic Colors of #EFC7E2
Black with #EFC7E2
Text Example
Text Example
White with #EFC7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7E2; }
p { color: rgb(239,199,226); }
H1.HeaderClassName
{
color: #EFC7E2;
}
.AnyTagClassName
{
color: #EFC7E2;
}
</style>
background-color css
<style>
a { background-color: #EFC7E2; }
a { background-color: rgb(239,199,226); }
div.DivClassName
{
background-color: #EFC7E2;
}
.BgClassName
{
background-color: #EFC7E2;
}
</style>
border-color css
<style>
span { border-color: #EFC7E2; }
span { border-color: rgb(239,199,226); }
td.TdClassName
{
border-color: #EFC7E2;
}
.TagClassName
{
border-color: #EFC7E2;
}
</style>