Shades of Geraldine #EF7572
Tints of Geraldine #EF7572
RGB
CMYK
RGB Variations
Color information
#EF7572 (or 0xEF7572) is known color: Geraldine. HEX triplet: EF, 75 and 72. RGB value is (239,117,114). Sum of RGB (Red+Green+Blue) = 239+117+114=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7572 is #108A8D. Grayscale: #999999. Windows color (decimal): -1084046 or 7501295. OLE color: 7501295.
HSL color Cylindrical-coordinate representation of color #EF7572: hue angle of 1.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7572 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 114 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.06 |
| HSL | 1.44º | 0.8% | 0.69% | - |
| HSV(B) | 1.44º | 0.52% | 0.94% | - |
| XYZ | 45 | 32.29 | 19.78 | - |
| YUV | 153.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 114 | 0 | 0.51 | 0.52 | 0.06 | 1.44 | 0.8 | 0.69 |
| Hex | EF | 75 | 72 | 0 | 33 | 34 | 6 | 1 | 50 | 45 |
| Octal | 357 | 165 | 162 | 0 | 63 | 64 | 6 | 1 | 120 | 105 |
| Binary | 11101111 | 1110101 | 1110010 | 0 | 110011 | 110100 | 110 | 1 | 1010000 | 1000101 |
Color Harmonies of #EF7572
Complementary color
Monochromatic Colors of #EF7572
Black with #EF7572
Text Example
Text Example
White with #EF7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7572; }
p { color: rgb(239,117,114); }
H1.HeaderClassName
{
color: #EF7572;
}
.AnyTagClassName
{
color: #EF7572;
}
</style>
background-color css
<style>
a { background-color: #EF7572; }
a { background-color: rgb(239,117,114); }
div.DivClassName
{
background-color: #EF7572;
}
.BgClassName
{
background-color: #EF7572;
}
</style>
border-color css
<style>
span { border-color: #EF7572; }
span { border-color: rgb(239,117,114); }
td.TdClassName
{
border-color: #EF7572;
}
.TagClassName
{
border-color: #EF7572;
}
</style>