Shades of Classic Rose #EAC7DB
Tints of Classic Rose #EAC7DB
RGB
CMYK
RGB Variations
Color information
#EAC7DB (or 0xEAC7DB) is known color: Classic Rose. HEX triplet: EA, C7 and DB. RGB value is (234,199,219). Sum of RGB (Red+Green+Blue) = 234+199+219=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 199 (78.12% from 255 or 30.52% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7DB is #153824. Grayscale: #D3D3D3. Windows color (decimal): -1390629 or 14403562. OLE color: 14403562.
HSL color Cylindrical-coordinate representation of color #EAC7DB: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC7DB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 219 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.08 |
| HSL | 325.71º | 0.45% | 0.85% | - |
| HSV(B) | 325.71º | 0.15% | 0.92% | - |
| XYZ | 67.14 | 63.45 | 75.73 | - |
| YUV | 211.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 219 | 0 | 0.15 | 0.06 | 0.08 | 325.71 | 0.45 | 0.85 |
| Hex | EA | C7 | DB | 0 | F | 6 | 8 | 146 | 2D | 55 |
| Octal | 352 | 307 | 333 | 0 | 17 | 6 | 10 | 506 | 55 | 125 |
| Binary | 11101010 | 11000111 | 11011011 | 0 | 1111 | 110 | 1000 | 101000110 | 101101 | 1010101 |
Color Harmonies of #EAC7DB
Complementary color
Monochromatic Colors of #EAC7DB
Black with #EAC7DB
Text Example
Text Example
White with #EAC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC7DB; }
p { color: rgb(234,199,219); }
H1.HeaderClassName
{
color: #EAC7DB;
}
.AnyTagClassName
{
color: #EAC7DB;
}
</style>
background-color css
<style>
a { background-color: #EAC7DB; }
a { background-color: rgb(234,199,219); }
div.DivClassName
{
background-color: #EAC7DB;
}
.BgClassName
{
background-color: #EAC7DB;
}
</style>
border-color css
<style>
span { border-color: #EAC7DB; }
span { border-color: rgb(234,199,219); }
td.TdClassName
{
border-color: #EAC7DB;
}
.TagClassName
{
border-color: #EAC7DB;
}
</style>