Shades of Geraldine #ED6F6F
Tints of Geraldine #ED6F6F
RGB
CMYK
RGB Variations
Color information
#ED6F6F (or 0xED6F6F) is known color: Geraldine. HEX triplet: ED, 6F and 6F. RGB value is (237,111,111). Sum of RGB (Red+Green+Blue) = 237+111+111=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F6F is #129090. Grayscale: #949494. Windows color (decimal): -1216657 or 7303149. OLE color: 7303149.
HSL color Cylindrical-coordinate representation of color #ED6F6F: hue angle of 0º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6F6F is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 111 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.07 |
| HSL | 0º | 0.78% | 0.68% | - |
| HSV(B) | 0º | 0.53% | 0.93% | - |
| XYZ | 43.48 | 30.52 | 18.64 | - |
| YUV | 148.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 111 | 0 | 0.53 | 0.53 | 0.07 | 0 | 0.78 | 0.68 |
| Hex | ED | 6F | 6F | 0 | 35 | 35 | 7 | 0 | 4E | 44 |
| Octal | 355 | 157 | 157 | 0 | 65 | 65 | 7 | 0 | 116 | 104 |
| Binary | 11101101 | 1101111 | 1101111 | 0 | 110101 | 110101 | 111 | 0 | 1001110 | 1000100 |
Color Harmonies of #ED6F6F
Complementary color
Monochromatic Colors of #ED6F6F
Black with #ED6F6F
Text Example
Text Example
White with #ED6F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F6F; }
p { color: rgb(237,111,111); }
H1.HeaderClassName
{
color: #ED6F6F;
}
.AnyTagClassName
{
color: #ED6F6F;
}
</style>
background-color css
<style>
a { background-color: #ED6F6F; }
a { background-color: rgb(237,111,111); }
div.DivClassName
{
background-color: #ED6F6F;
}
.BgClassName
{
background-color: #ED6F6F;
}
</style>
border-color css
<style>
span { border-color: #ED6F6F; }
span { border-color: rgb(237,111,111); }
td.TdClassName
{
border-color: #ED6F6F;
}
.TagClassName
{
border-color: #ED6F6F;
}
</style>