Shades of Geraldine #EA6F68
Tints of Geraldine #EA6F68
RGB
CMYK
RGB Variations
Color information
#EA6F68 (or 0xEA6F68) is known color: Geraldine. HEX triplet: EA, 6F and 68. RGB value is (234,111,104). Sum of RGB (Red+Green+Blue) = 234+111+104=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F68 is #159097. Grayscale: #939393. Windows color (decimal): -1413272 or 6844394. OLE color: 6844394.
HSL color Cylindrical-coordinate representation of color #EA6F68: hue angle of 3.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6F68 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 104 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.08 |
| HSL | 3.23º | 0.76% | 0.66% | - |
| HSV(B) | 3.23º | 0.56% | 0.92% | - |
| XYZ | 42.11 | 29.86 | 16.64 | - |
| YUV | 146.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 104 | 0 | 0.53 | 0.56 | 0.08 | 3.23 | 0.76 | 0.66 |
| Hex | EA | 6F | 68 | 0 | 35 | 38 | 8 | 3 | 4C | 42 |
| Octal | 352 | 157 | 150 | 0 | 65 | 70 | 10 | 3 | 114 | 102 |
| Binary | 11101010 | 1101111 | 1101000 | 0 | 110101 | 111000 | 1000 | 11 | 1001100 | 1000010 |
Color Harmonies of #EA6F68
Complementary color
Monochromatic Colors of #EA6F68
Black with #EA6F68
Text Example
Text Example
White with #EA6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6F68; }
p { color: rgb(234,111,104); }
H1.HeaderClassName
{
color: #EA6F68;
}
.AnyTagClassName
{
color: #EA6F68;
}
</style>
background-color css
<style>
a { background-color: #EA6F68; }
a { background-color: rgb(234,111,104); }
div.DivClassName
{
background-color: #EA6F68;
}
.BgClassName
{
background-color: #EA6F68;
}
</style>
border-color css
<style>
span { border-color: #EA6F68; }
span { border-color: rgb(234,111,104); }
td.TdClassName
{
border-color: #EA6F68;
}
.TagClassName
{
border-color: #EA6F68;
}
</style>