Shades of Pale Rose #EACFD0
Tints of Pale Rose #EACFD0
RGB
CMYK
RGB Variations
Color information
#EACFD0 (or 0xEACFD0) is known color: Pale Rose. HEX triplet: EA, CF and D0. RGB value is (234,207,208). Sum of RGB (Red+Green+Blue) = 234+207+208=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFD0 is #15302F. Grayscale: #D7D7D7. Windows color (decimal): -1388592 or 13684714. OLE color: 13684714.
HSL color Cylindrical-coordinate representation of color #EACFD0: hue angle of 357.78º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACFD0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 207 | 208 | - |
CMYK | 0 | 0.12 | 0.11 | 0.08 |
HSL | 357.78º | 0.39% | 0.86% | - |
HSV(B) | 357.78º | 0.12% | 0.92% | - |
XYZ | 67.63 | 66.67 | 68.98 | - |
YUV | 215.19 | 123.95 | 141.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 207 | 208 | 0 | 0.12 | 0.11 | 0.08 | 357.78 | 0.39 | 0.86 |
Hex | EA | CF | D0 | 0 | C | B | 8 | 166 | 27 | 56 |
Octal | 352 | 317 | 320 | 0 | 14 | 13 | 10 | 546 | 47 | 126 |
Binary | 11101010 | 11001111 | 11010000 | 0 | 1100 | 1011 | 1000 | 101100110 | 100111 | 1010110 |
Color Harmonies of #EACFD0
Complementary color
Monochromatic Colors of #EACFD0
Black with #EACFD0
Text Example
Text Example
White with #EACFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFD0; }
p { color: rgb(234,207,208); }
H1.HeaderClassName
{
color: #EACFD0;
}
.AnyTagClassName
{
color: #EACFD0;
}
</style>
background-color css
<style>
a { background-color: #EACFD0; }
a { background-color: rgb(234,207,208); }
div.DivClassName
{
background-color: #EACFD0;
}
.BgClassName
{
background-color: #EACFD0;
}
</style>
border-color css
<style>
span { border-color: #EACFD0; }
span { border-color: rgb(234,207,208); }
td.TdClassName
{
border-color: #EACFD0;
}
.TagClassName
{
border-color: #EACFD0;
}
</style>