Shades of Geraldine #E67F74
Tints of Geraldine #E67F74
RGB
CMYK
RGB Variations
Color information
#E67F74 (or 0xE67F74) is known color: Geraldine. HEX triplet: E6, 7F and 74. RGB value is (230,127,116). Sum of RGB (Red+Green+Blue) = 230+127+116=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67F74 is #19808B. Grayscale: #9C9C9C. Windows color (decimal): -1671308 or 7634918. OLE color: 7634918.
HSL color Cylindrical-coordinate representation of color #E67F74: hue angle of 5.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67F74 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 116 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.10 |
| HSL | 5.79º | 0.7% | 0.68% | - |
| HSV(B) | 5.79º | 0.5% | 0.9% | - |
| XYZ | 43.37 | 33.26 | 20.66 | - |
| YUV | 156.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 116 | 0 | 0.45 | 0.50 | 0.10 | 5.79 | 0.7 | 0.68 |
| Hex | E6 | 7F | 74 | 0 | 2D | 32 | A | 6 | 46 | 44 |
| Octal | 346 | 177 | 164 | 0 | 55 | 62 | 12 | 6 | 106 | 104 |
| Binary | 11100110 | 1111111 | 1110100 | 0 | 101101 | 110010 | 1010 | 110 | 1000110 | 1000100 |
Color Harmonies of #E67F74
Complementary color
Monochromatic Colors of #E67F74
Black with #E67F74
Text Example
Text Example
White with #E67F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F74; }
p { color: rgb(230,127,116); }
H1.HeaderClassName
{
color: #E67F74;
}
.AnyTagClassName
{
color: #E67F74;
}
</style>
background-color css
<style>
a { background-color: #E67F74; }
a { background-color: rgb(230,127,116); }
div.DivClassName
{
background-color: #E67F74;
}
.BgClassName
{
background-color: #E67F74;
}
</style>
border-color css
<style>
span { border-color: #E67F74; }
span { border-color: rgb(230,127,116); }
td.TdClassName
{
border-color: #E67F74;
}
.TagClassName
{
border-color: #E67F74;
}
</style>