Shades of Geraldine #EA6F6B
Tints of Geraldine #EA6F6B
RGB
CMYK
RGB Variations
Color information
#EA6F6B (or 0xEA6F6B) is known color: Geraldine. HEX triplet: EA, 6F and 6B. RGB value is (234,111,107). Sum of RGB (Red+Green+Blue) = 234+111+107=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F6B is #159094. Grayscale: #939393. Windows color (decimal): -1413269 or 7041002. OLE color: 7041002.
HSL color Cylindrical-coordinate representation of color #EA6F6B: hue angle of 1.89º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6F6B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 107 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.08 |
| HSL | 1.89º | 0.75% | 0.67% | - |
| HSV(B) | 1.89º | 0.54% | 0.92% | - |
| XYZ | 42.27 | 29.92 | 17.46 | - |
| YUV | 147.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 107 | 0 | 0.53 | 0.54 | 0.08 | 1.89 | 0.75 | 0.67 |
| Hex | EA | 6F | 6B | 0 | 35 | 36 | 8 | 2 | 4B | 43 |
| Octal | 352 | 157 | 153 | 0 | 65 | 66 | 10 | 2 | 113 | 103 |
| Binary | 11101010 | 1101111 | 1101011 | 0 | 110101 | 110110 | 1000 | 10 | 1001011 | 1000011 |
Color Harmonies of #EA6F6B
Complementary color
Monochromatic Colors of #EA6F6B
Black with #EA6F6B
Text Example
Text Example
White with #EA6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6F6B; }
p { color: rgb(234,111,107); }
H1.HeaderClassName
{
color: #EA6F6B;
}
.AnyTagClassName
{
color: #EA6F6B;
}
</style>
background-color css
<style>
a { background-color: #EA6F6B; }
a { background-color: rgb(234,111,107); }
div.DivClassName
{
background-color: #EA6F6B;
}
.BgClassName
{
background-color: #EA6F6B;
}
</style>
border-color css
<style>
span { border-color: #EA6F6B; }
span { border-color: rgb(234,111,107); }
td.TdClassName
{
border-color: #EA6F6B;
}
.TagClassName
{
border-color: #EA6F6B;
}
</style>