Shades of Classic Rose #EACCDB
Tints of Classic Rose #EACCDB
RGB
CMYK
RGB Variations
Color information
#EACCDB (or 0xEACCDB) is known color: Classic Rose. HEX triplet: EA, CC and DB. RGB value is (234,204,219). Sum of RGB (Red+Green+Blue) = 234+204+219=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCDB is #153324. Grayscale: #D6D6D6. Windows color (decimal): -1389349 or 14404842. OLE color: 14404842.
HSL color Cylindrical-coordinate representation of color #EACCDB: hue angle of 330º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCDB is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 204 | 219 | - |
CMYK | 0 | 0.13 | 0.06 | 0.08 |
HSL | 330º | 0.42% | 0.86% | - |
HSV(B) | 330º | 0.13% | 0.92% | - |
XYZ | 68.31 | 65.79 | 76.12 | - |
YUV | 214.68 | 130.44 | 141.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 204 | 219 | 0 | 0.13 | 0.06 | 0.08 | 330 | 0.42 | 0.86 |
Hex | EA | CC | DB | 0 | D | 6 | 8 | 14A | 2A | 56 |
Octal | 352 | 314 | 333 | 0 | 15 | 6 | 10 | 512 | 52 | 126 |
Binary | 11101010 | 11001100 | 11011011 | 0 | 1101 | 110 | 1000 | 101001010 | 101010 | 1010110 |
Color Harmonies of #EACCDB
Complementary color
Monochromatic Colors of #EACCDB
Black with #EACCDB
Text Example
Text Example
White with #EACCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCDB; }
p { color: rgb(234,204,219); }
H1.HeaderClassName
{
color: #EACCDB;
}
.AnyTagClassName
{
color: #EACCDB;
}
</style>
background-color css
<style>
a { background-color: #EACCDB; }
a { background-color: rgb(234,204,219); }
div.DivClassName
{
background-color: #EACCDB;
}
.BgClassName
{
background-color: #EACCDB;
}
</style>
border-color css
<style>
span { border-color: #EACCDB; }
span { border-color: rgb(234,204,219); }
td.TdClassName
{
border-color: #EACCDB;
}
.TagClassName
{
border-color: #EACCDB;
}
</style>