Shades of Geraldine #EF7268
Tints of Geraldine #EF7268
RGB
CMYK
RGB Variations
Color information
#EF7268 (or 0xEF7268) is known color: Geraldine. HEX triplet: EF, 72 and 68. RGB value is (239,114,104). Sum of RGB (Red+Green+Blue) = 239+114+104=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7268 is #108D97. Grayscale: #969696. Windows color (decimal): -1084824 or 6845167. OLE color: 6845167.
HSL color Cylindrical-coordinate representation of color #EF7268: hue angle of 4.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF7268 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 104 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.06 |
| HSL | 4.44º | 0.81% | 0.67% | - |
| HSV(B) | 4.44º | 0.56% | 0.94% | - |
| XYZ | 44.11 | 31.38 | 16.83 | - |
| YUV | 150.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 104 | 0 | 0.52 | 0.56 | 0.06 | 4.44 | 0.81 | 0.67 |
| Hex | EF | 72 | 68 | 0 | 34 | 38 | 6 | 4 | 51 | 43 |
| Octal | 357 | 162 | 150 | 0 | 64 | 70 | 6 | 4 | 121 | 103 |
| Binary | 11101111 | 1110010 | 1101000 | 0 | 110100 | 111000 | 110 | 100 | 1010001 | 1000011 |
Color Harmonies of #EF7268
Complementary color
Monochromatic Colors of #EF7268
Black with #EF7268
Text Example
Text Example
White with #EF7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7268; }
p { color: rgb(239,114,104); }
H1.HeaderClassName
{
color: #EF7268;
}
.AnyTagClassName
{
color: #EF7268;
}
</style>
background-color css
<style>
a { background-color: #EF7268; }
a { background-color: rgb(239,114,104); }
div.DivClassName
{
background-color: #EF7268;
}
.BgClassName
{
background-color: #EF7268;
}
</style>
border-color css
<style>
span { border-color: #EF7268; }
span { border-color: rgb(239,114,104); }
td.TdClassName
{
border-color: #EF7268;
}
.TagClassName
{
border-color: #EF7268;
}
</style>