Shades of Classic Rose #EAC6DB
Tints of Classic Rose #EAC6DB
RGB
CMYK
RGB Variations
Color information
#EAC6DB (or 0xEAC6DB) is known color: Classic Rose. HEX triplet: EA, C6 and DB. RGB value is (234,198,219). Sum of RGB (Red+Green+Blue) = 234+198+219=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6DB is #153924. Grayscale: #D3D3D3. Windows color (decimal): -1390885 or 14403306. OLE color: 14403306.
HSL color Cylindrical-coordinate representation of color #EAC6DB: hue angle of 325º degrees, saturation: 0.46, 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 #EAC6DB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 198 | 219 | - |
CMYK | 0 | 0.15 | 0.06 | 0.08 |
HSL | 325º | 0.46% | 0.85% | - |
HSV(B) | 325º | 0.15% | 0.92% | - |
XYZ | 66.91 | 63 | 75.65 | - |
YUV | 211.16 | 132.43 | 144.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 198 | 219 | 0 | 0.15 | 0.06 | 0.08 | 325 | 0.46 | 0.85 |
Hex | EA | C6 | DB | 0 | F | 6 | 8 | 145 | 2E | 55 |
Octal | 352 | 306 | 333 | 0 | 17 | 6 | 10 | 505 | 56 | 125 |
Binary | 11101010 | 11000110 | 11011011 | 0 | 1111 | 110 | 1000 | 101000101 | 101110 | 1010101 |
Color Harmonies of #EAC6DB
Complementary color
Monochromatic Colors of #EAC6DB
Black with #EAC6DB
Text Example
Text Example
White with #EAC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6DB; }
p { color: rgb(234,198,219); }
H1.HeaderClassName
{
color: #EAC6DB;
}
.AnyTagClassName
{
color: #EAC6DB;
}
</style>
background-color css
<style>
a { background-color: #EAC6DB; }
a { background-color: rgb(234,198,219); }
div.DivClassName
{
background-color: #EAC6DB;
}
.BgClassName
{
background-color: #EAC6DB;
}
</style>
border-color css
<style>
span { border-color: #EAC6DB; }
span { border-color: rgb(234,198,219); }
td.TdClassName
{
border-color: #EAC6DB;
}
.TagClassName
{
border-color: #EAC6DB;
}
</style>