Shades of Geraldine #EE7575
Tints of Geraldine #EE7575
RGB
CMYK
RGB Variations
Color information
#EE7575 (or 0xEE7575) is known color: Geraldine. HEX triplet: EE, 75 and 75. RGB value is (238,117,117). Sum of RGB (Red+Green+Blue) = 238+117+117=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7575 is #118A8A. Grayscale: #999999. Windows color (decimal): -1149579 or 7697902. OLE color: 7697902.
HSL color Cylindrical-coordinate representation of color #EE7575: hue angle of 0º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7575 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 117 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.07 |
| HSL | 0º | 0.78% | 0.7% | - |
| HSV(B) | 0º | 0.51% | 0.93% | - |
| XYZ | 44.83 | 32.18 | 20.68 | - |
| YUV | 153.18 | 107.59 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 117 | 0 | 0.51 | 0.51 | 0.07 | 0 | 0.78 | 0.7 |
| Hex | EE | 75 | 75 | 0 | 33 | 33 | 7 | 0 | 4E | 46 |
| Octal | 356 | 165 | 165 | 0 | 63 | 63 | 7 | 0 | 116 | 106 |
| Binary | 11101110 | 1110101 | 1110101 | 0 | 110011 | 110011 | 111 | 0 | 1001110 | 1000110 |
Color Harmonies of #EE7575
Complementary color
Monochromatic Colors of #EE7575
Black with #EE7575
Text Example
Text Example
White with #EE7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7575; }
p { color: rgb(238,117,117); }
H1.HeaderClassName
{
color: #EE7575;
}
.AnyTagClassName
{
color: #EE7575;
}
</style>
background-color css
<style>
a { background-color: #EE7575; }
a { background-color: rgb(238,117,117); }
div.DivClassName
{
background-color: #EE7575;
}
.BgClassName
{
background-color: #EE7575;
}
</style>
border-color css
<style>
span { border-color: #EE7575; }
span { border-color: rgb(238,117,117); }
td.TdClassName
{
border-color: #EE7575;
}
.TagClassName
{
border-color: #EE7575;
}
</style>