Shades of Classic Rose #EDC9E2
Tints of Classic Rose #EDC9E2
RGB
CMYK
RGB Variations
Color information
#EDC9E2 (or 0xEDC9E2) is known color: Classic Rose. HEX triplet: ED, C9 and E2. RGB value is (237,201,226). Sum of RGB (Red+Green+Blue) = 237+201+226=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9E2 is #12361D. Grayscale: #D6D6D6. Windows color (decimal): -1193502 or 14862829. OLE color: 14862829.
HSL color Cylindrical-coordinate representation of color #EDC9E2: hue angle of 318.33º 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 #EDC9E2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 226 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.07 |
| HSL | 318.33º | 0.5% | 0.86% | - |
| HSV(B) | 318.33º | 0.15% | 0.93% | - |
| XYZ | 69.54 | 65.27 | 80.88 | - |
| YUV | 214.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 226 | 0 | 0.15 | 0.05 | 0.07 | 318.33 | 0.5 | 0.86 |
| Hex | ED | C9 | E2 | 0 | F | 5 | 7 | 13E | 32 | 56 |
| Octal | 355 | 311 | 342 | 0 | 17 | 5 | 7 | 476 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11100010 | 0 | 1111 | 101 | 111 | 100111110 | 110010 | 1010110 |
Color Harmonies of #EDC9E2
Complementary color
Monochromatic Colors of #EDC9E2
Black with #EDC9E2
Text Example
Text Example
White with #EDC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9E2; }
p { color: rgb(237,201,226); }
H1.HeaderClassName
{
color: #EDC9E2;
}
.AnyTagClassName
{
color: #EDC9E2;
}
</style>
background-color css
<style>
a { background-color: #EDC9E2; }
a { background-color: rgb(237,201,226); }
div.DivClassName
{
background-color: #EDC9E2;
}
.BgClassName
{
background-color: #EDC9E2;
}
</style>
border-color css
<style>
span { border-color: #EDC9E2; }
span { border-color: rgb(237,201,226); }
td.TdClassName
{
border-color: #EDC9E2;
}
.TagClassName
{
border-color: #EDC9E2;
}
</style>