Shades of Geraldine #E67D79
Tints of Geraldine #E67D79
RGB
CMYK
RGB Variations
Color information
#E67D79 (or 0xE67D79) is known color: Geraldine. HEX triplet: E6, 7D and 79. RGB value is (230,125,121). Sum of RGB (Red+Green+Blue) = 230+125+121=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D79 is #198286. Grayscale: #9C9C9C. Windows color (decimal): -1671815 or 7962086. OLE color: 7962086.
HSL color Cylindrical-coordinate representation of color #E67D79: hue angle of 2.2º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67D79 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 121 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.10 |
| HSL | 2.2º | 0.69% | 0.69% | - |
| HSV(B) | 2.2º | 0.47% | 0.9% | - |
| XYZ | 43.42 | 32.87 | 22.15 | - |
| YUV | 155.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 121 | 0 | 0.46 | 0.47 | 0.10 | 2.2 | 0.69 | 0.69 |
| Hex | E6 | 7D | 79 | 0 | 2E | 2F | A | 2 | 45 | 45 |
| Octal | 346 | 175 | 171 | 0 | 56 | 57 | 12 | 2 | 105 | 105 |
| Binary | 11100110 | 1111101 | 1111001 | 0 | 101110 | 101111 | 1010 | 10 | 1000101 | 1000101 |
Color Harmonies of #E67D79
Complementary color
Monochromatic Colors of #E67D79
Black with #E67D79
Text Example
Text Example
White with #E67D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D79; }
p { color: rgb(230,125,121); }
H1.HeaderClassName
{
color: #E67D79;
}
.AnyTagClassName
{
color: #E67D79;
}
</style>
background-color css
<style>
a { background-color: #E67D79; }
a { background-color: rgb(230,125,121); }
div.DivClassName
{
background-color: #E67D79;
}
.BgClassName
{
background-color: #E67D79;
}
</style>
border-color css
<style>
span { border-color: #E67D79; }
span { border-color: rgb(230,125,121); }
td.TdClassName
{
border-color: #E67D79;
}
.TagClassName
{
border-color: #E67D79;
}
</style>