Shades of Pale Rose #EACFD2
Tints of Pale Rose #EACFD2
RGB
CMYK
RGB Variations
Color information
#EACFD2 (or 0xEACFD2) is known color: Pale Rose. HEX triplet: EA, CF and D2. RGB value is (234,207,210). Sum of RGB (Red+Green+Blue) = 234+207+210=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFD2 is #15302D. Grayscale: #D7D7D7. Windows color (decimal): -1388590 or 13815786. OLE color: 13815786.
HSL color Cylindrical-coordinate representation of color #EACFD2: hue angle of 353.33º 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 #EACFD2 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 210 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.08 |
| HSL | 353.33º | 0.39% | 0.86% | - |
| HSV(B) | 353.33º | 0.12% | 0.92% | - |
| XYZ | 67.88 | 66.77 | 70.28 | - |
| YUV | 215.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 210 | 0 | 0.12 | 0.10 | 0.08 | 353.33 | 0.39 | 0.86 |
| Hex | EA | CF | D2 | 0 | C | A | 8 | 161 | 27 | 56 |
| Octal | 352 | 317 | 322 | 0 | 14 | 12 | 10 | 541 | 47 | 126 |
| Binary | 11101010 | 11001111 | 11010010 | 0 | 1100 | 1010 | 1000 | 101100001 | 100111 | 1010110 |
Color Harmonies of #EACFD2
Complementary color
Monochromatic Colors of #EACFD2
Black with #EACFD2
Text Example
Text Example
White with #EACFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFD2; }
p { color: rgb(234,207,210); }
H1.HeaderClassName
{
color: #EACFD2;
}
.AnyTagClassName
{
color: #EACFD2;
}
</style>
background-color css
<style>
a { background-color: #EACFD2; }
a { background-color: rgb(234,207,210); }
div.DivClassName
{
background-color: #EACFD2;
}
.BgClassName
{
background-color: #EACFD2;
}
</style>
border-color css
<style>
span { border-color: #EACFD2; }
span { border-color: rgb(234,207,210); }
td.TdClassName
{
border-color: #EACFD2;
}
.TagClassName
{
border-color: #EACFD2;
}
</style>