Shades of Geraldine #EC7468
Tints of Geraldine #EC7468
RGB
CMYK
RGB Variations
Color information
#EC7468 (or 0xEC7468) is known color: Geraldine. HEX triplet: EC, 74 and 68. RGB value is (236,116,104). Sum of RGB (Red+Green+Blue) = 236+116+104=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7468 is #138B97. Grayscale: #969696. Windows color (decimal): -1280920 or 6845676. OLE color: 6845676.
HSL color Cylindrical-coordinate representation of color #EC7468: hue angle of 5.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7468 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 104 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.07 |
| HSL | 5.45º | 0.78% | 0.67% | - |
| HSV(B) | 5.45º | 0.56% | 0.93% | - |
| XYZ | 43.34 | 31.32 | 16.86 | - |
| YUV | 150.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 104 | 0 | 0.51 | 0.56 | 0.07 | 5.45 | 0.78 | 0.67 |
| Hex | EC | 74 | 68 | 0 | 33 | 38 | 7 | 5 | 4E | 43 |
| Octal | 354 | 164 | 150 | 0 | 63 | 70 | 7 | 5 | 116 | 103 |
| Binary | 11101100 | 1110100 | 1101000 | 0 | 110011 | 111000 | 111 | 101 | 1001110 | 1000011 |
Color Harmonies of #EC7468
Complementary color
Monochromatic Colors of #EC7468
Black with #EC7468
Text Example
Text Example
White with #EC7468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7468; }
p { color: rgb(236,116,104); }
H1.HeaderClassName
{
color: #EC7468;
}
.AnyTagClassName
{
color: #EC7468;
}
</style>
background-color css
<style>
a { background-color: #EC7468; }
a { background-color: rgb(236,116,104); }
div.DivClassName
{
background-color: #EC7468;
}
.BgClassName
{
background-color: #EC7468;
}
</style>
border-color css
<style>
span { border-color: #EC7468; }
span { border-color: rgb(236,116,104); }
td.TdClassName
{
border-color: #EC7468;
}
.TagClassName
{
border-color: #EC7468;
}
</style>