Shades of Geraldine #EA6D6A
Tints of Geraldine #EA6D6A
RGB
CMYK
RGB Variations
Color information
#EA6D6A (or 0xEA6D6A) is known color: Geraldine. HEX triplet: EA, 6D and 6A. RGB value is (234,109,106). Sum of RGB (Red+Green+Blue) = 234+109+106=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D6A is #159295. Grayscale: #929292. Windows color (decimal): -1413782 or 6974954. OLE color: 6974954.
HSL color Cylindrical-coordinate representation of color #EA6D6A: hue angle of 1.41º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6D6A is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 106 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.08 |
| HSL | 1.41º | 0.75% | 0.67% | - |
| HSV(B) | 1.41º | 0.55% | 0.92% | - |
| XYZ | 42 | 29.47 | 17.11 | - |
| YUV | 146.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 106 | 0 | 0.53 | 0.55 | 0.08 | 1.41 | 0.75 | 0.67 |
| Hex | EA | 6D | 6A | 0 | 35 | 37 | 8 | 1 | 4B | 43 |
| Octal | 352 | 155 | 152 | 0 | 65 | 67 | 10 | 1 | 113 | 103 |
| Binary | 11101010 | 1101101 | 1101010 | 0 | 110101 | 110111 | 1000 | 1 | 1001011 | 1000011 |
Color Harmonies of #EA6D6A
Complementary color
Monochromatic Colors of #EA6D6A
Black with #EA6D6A
Text Example
Text Example
White with #EA6D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D6A; }
p { color: rgb(234,109,106); }
H1.HeaderClassName
{
color: #EA6D6A;
}
.AnyTagClassName
{
color: #EA6D6A;
}
</style>
background-color css
<style>
a { background-color: #EA6D6A; }
a { background-color: rgb(234,109,106); }
div.DivClassName
{
background-color: #EA6D6A;
}
.BgClassName
{
background-color: #EA6D6A;
}
</style>
border-color css
<style>
span { border-color: #EA6D6A; }
span { border-color: rgb(234,109,106); }
td.TdClassName
{
border-color: #EA6D6A;
}
.TagClassName
{
border-color: #EA6D6A;
}
</style>