Shades of Classic Rose #EFCCE2
Tints of Classic Rose #EFCCE2
RGB
CMYK
RGB Variations
Color information
#EFCCE2 (or 0xEFCCE2) is known color: Classic Rose. HEX triplet: EF, CC and E2. RGB value is (239,204,226). Sum of RGB (Red+Green+Blue) = 239+204+226=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCE2 is #10331D. Grayscale: #D8D8D8. Windows color (decimal): -1061662 or 14863599. OLE color: 14863599.
HSL color Cylindrical-coordinate representation of color #EFCCE2: hue angle of 322.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCE2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 226 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.06 |
| HSL | 322.29º | 0.52% | 0.87% | - |
| HSV(B) | 322.29º | 0.15% | 0.94% | - |
| XYZ | 70.92 | 67.03 | 81.15 | - |
| YUV | 216.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 226 | 0 | 0.15 | 0.05 | 0.06 | 322.29 | 0.52 | 0.87 |
| Hex | EF | CC | E2 | 0 | F | 5 | 6 | 142 | 34 | 57 |
| Octal | 357 | 314 | 342 | 0 | 17 | 5 | 6 | 502 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11100010 | 0 | 1111 | 101 | 110 | 101000010 | 110100 | 1010111 |
Color Harmonies of #EFCCE2
Complementary color
Monochromatic Colors of #EFCCE2
Black with #EFCCE2
Text Example
Text Example
White with #EFCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCE2; }
p { color: rgb(239,204,226); }
H1.HeaderClassName
{
color: #EFCCE2;
}
.AnyTagClassName
{
color: #EFCCE2;
}
</style>
background-color css
<style>
a { background-color: #EFCCE2; }
a { background-color: rgb(239,204,226); }
div.DivClassName
{
background-color: #EFCCE2;
}
.BgClassName
{
background-color: #EFCCE2;
}
</style>
border-color css
<style>
span { border-color: #EFCCE2; }
span { border-color: rgb(239,204,226); }
td.TdClassName
{
border-color: #EFCCE2;
}
.TagClassName
{
border-color: #EFCCE2;
}
</style>