Shades of Geraldine #EC7474
Tints of Geraldine #EC7474
RGB
CMYK
RGB Variations
Color information
#EC7474 (or 0xEC7474) is known color: Geraldine. HEX triplet: EC, 74 and 74. RGB value is (236,116,116). Sum of RGB (Red+Green+Blue) = 236+116+116=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7474 is #138B8B. Grayscale: #989898. Windows color (decimal): -1280908 or 7632108. OLE color: 7632108.
HSL color Cylindrical-coordinate representation of color #EC7474: hue angle of 0º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7474 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 116 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.07 |
| HSL | 0º | 0.76% | 0.69% | - |
| HSV(B) | 0º | 0.51% | 0.93% | - |
| XYZ | 43.99 | 31.58 | 20.3 | - |
| YUV | 151.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 116 | 0 | 0.51 | 0.51 | 0.07 | 0 | 0.76 | 0.69 |
| Hex | EC | 74 | 74 | 0 | 33 | 33 | 7 | 0 | 4C | 45 |
| Octal | 354 | 164 | 164 | 0 | 63 | 63 | 7 | 0 | 114 | 105 |
| Binary | 11101100 | 1110100 | 1110100 | 0 | 110011 | 110011 | 111 | 0 | 1001100 | 1000101 |
Color Harmonies of #EC7474
Complementary color
Monochromatic Colors of #EC7474
Black with #EC7474
Text Example
Text Example
White with #EC7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7474; }
p { color: rgb(236,116,116); }
H1.HeaderClassName
{
color: #EC7474;
}
.AnyTagClassName
{
color: #EC7474;
}
</style>
background-color css
<style>
a { background-color: #EC7474; }
a { background-color: rgb(236,116,116); }
div.DivClassName
{
background-color: #EC7474;
}
.BgClassName
{
background-color: #EC7474;
}
</style>
border-color css
<style>
span { border-color: #EC7474; }
span { border-color: rgb(236,116,116); }
td.TdClassName
{
border-color: #EC7474;
}
.TagClassName
{
border-color: #EC7474;
}
</style>