Shades of Classic Rose #EDC9E1
Tints of Classic Rose #EDC9E1
RGB
CMYK
RGB Variations
Color information
#EDC9E1 (or 0xEDC9E1) is known color: Classic Rose. HEX triplet: ED, C9 and E1. RGB value is (237,201,225). Sum of RGB (Red+Green+Blue) = 237+201+225=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9E1 is #12361E. Grayscale: #D6D6D6. Windows color (decimal): -1193503 or 14797293. OLE color: 14797293.
HSL color Cylindrical-coordinate representation of color #EDC9E1: hue angle of 320º 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 #EDC9E1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 225 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.07 |
| HSL | 320º | 0.5% | 0.86% | - |
| HSV(B) | 320º | 0.15% | 0.93% | - |
| XYZ | 69.4 | 65.21 | 80.16 | - |
| YUV | 214.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 225 | 0 | 0.15 | 0.05 | 0.07 | 320 | 0.5 | 0.86 |
| Hex | ED | C9 | E1 | 0 | F | 5 | 7 | 140 | 32 | 56 |
| Octal | 355 | 311 | 341 | 0 | 17 | 5 | 7 | 500 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11100001 | 0 | 1111 | 101 | 111 | 101000000 | 110010 | 1010110 |
Color Harmonies of #EDC9E1
Complementary color
Monochromatic Colors of #EDC9E1
Black with #EDC9E1
Text Example
Text Example
White with #EDC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9E1; }
p { color: rgb(237,201,225); }
H1.HeaderClassName
{
color: #EDC9E1;
}
.AnyTagClassName
{
color: #EDC9E1;
}
</style>
background-color css
<style>
a { background-color: #EDC9E1; }
a { background-color: rgb(237,201,225); }
div.DivClassName
{
background-color: #EDC9E1;
}
.BgClassName
{
background-color: #EDC9E1;
}
</style>
border-color css
<style>
span { border-color: #EDC9E1; }
span { border-color: rgb(237,201,225); }
td.TdClassName
{
border-color: #EDC9E1;
}
.TagClassName
{
border-color: #EDC9E1;
}
</style>