Shades of Classic Rose #EDC9E0
Tints of Classic Rose #EDC9E0
RGB
CMYK
RGB Variations
Color information
#EDC9E0 (or 0xEDC9E0) is known color: Classic Rose. HEX triplet: ED, C9 and E0. RGB value is (237,201,224). Sum of RGB (Red+Green+Blue) = 237+201+224=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 201 (78.91% from 255 or 30.36% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9E0 is #12361F. Grayscale: #D6D6D6. Windows color (decimal): -1193504 or 14731757. OLE color: 14731757.
HSL color Cylindrical-coordinate representation of color #EDC9E0: hue angle of 321.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9E0 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 224 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.07 |
| HSL | 321.67º | 0.5% | 0.86% | - |
| HSV(B) | 321.67º | 0.15% | 0.93% | - |
| XYZ | 69.27 | 65.16 | 79.45 | - |
| YUV | 214.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 224 | 0 | 0.15 | 0.05 | 0.07 | 321.67 | 0.5 | 0.86 |
| Hex | ED | C9 | E0 | 0 | F | 5 | 7 | 142 | 32 | 56 |
| Octal | 355 | 311 | 340 | 0 | 17 | 5 | 7 | 502 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11100000 | 0 | 1111 | 101 | 111 | 101000010 | 110010 | 1010110 |
Color Harmonies of #EDC9E0
Complementary color
Monochromatic Colors of #EDC9E0
Black with #EDC9E0
Text Example
Text Example
White with #EDC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9E0; }
p { color: rgb(237,201,224); }
H1.HeaderClassName
{
color: #EDC9E0;
}
.AnyTagClassName
{
color: #EDC9E0;
}
</style>
background-color css
<style>
a { background-color: #EDC9E0; }
a { background-color: rgb(237,201,224); }
div.DivClassName
{
background-color: #EDC9E0;
}
.BgClassName
{
background-color: #EDC9E0;
}
</style>
border-color css
<style>
span { border-color: #EDC9E0; }
span { border-color: rgb(237,201,224); }
td.TdClassName
{
border-color: #EDC9E0;
}
.TagClassName
{
border-color: #EDC9E0;
}
</style>