Shades of Geraldine #E67F78
Tints of Geraldine #E67F78
RGB
CMYK
RGB Variations
Color information
#E67F78 (or 0xE67F78) is known color: Geraldine. HEX triplet: E6, 7F and 78. RGB value is (230,127,120). Sum of RGB (Red+Green+Blue) = 230+127+120=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67F78 is #198087. Grayscale: #9D9D9D. Windows color (decimal): -1671304 or 7897062. OLE color: 7897062.
HSL color Cylindrical-coordinate representation of color #E67F78: hue angle of 3.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E67F78 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 120 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.10 |
| HSL | 3.82º | 0.69% | 0.69% | - |
| HSV(B) | 3.82º | 0.48% | 0.9% | - |
| XYZ | 43.61 | 33.36 | 21.91 | - |
| YUV | 157 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 120 | 0 | 0.45 | 0.48 | 0.10 | 3.82 | 0.69 | 0.69 |
| Hex | E6 | 7F | 78 | 0 | 2D | 30 | A | 4 | 45 | 45 |
| Octal | 346 | 177 | 170 | 0 | 55 | 60 | 12 | 4 | 105 | 105 |
| Binary | 11100110 | 1111111 | 1111000 | 0 | 101101 | 110000 | 1010 | 100 | 1000101 | 1000101 |
Color Harmonies of #E67F78
Complementary color
Monochromatic Colors of #E67F78
Black with #E67F78
Text Example
Text Example
White with #E67F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F78; }
p { color: rgb(230,127,120); }
H1.HeaderClassName
{
color: #E67F78;
}
.AnyTagClassName
{
color: #E67F78;
}
</style>
background-color css
<style>
a { background-color: #E67F78; }
a { background-color: rgb(230,127,120); }
div.DivClassName
{
background-color: #E67F78;
}
.BgClassName
{
background-color: #E67F78;
}
</style>
border-color css
<style>
span { border-color: #E67F78; }
span { border-color: rgb(230,127,120); }
td.TdClassName
{
border-color: #E67F78;
}
.TagClassName
{
border-color: #E67F78;
}
</style>