Shades of Geraldine #E07575
Tints of Geraldine #E07575
RGB
CMYK
RGB Variations
Color information
#E07575 (or 0xE07575) is known color: Geraldine. HEX triplet: E0, 75 and 75. RGB value is (224,117,117). Sum of RGB (Red+Green+Blue) = 224+117+117=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07575 is #1F8A8A. Grayscale: #959595. Windows color (decimal): -2067083 or 7697888. OLE color: 7697888.
HSL color Cylindrical-coordinate representation of color #E07575: hue angle of 0º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07575 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 117 | 117 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.12 |
| HSL | 0º | 0.63% | 0.67% | - |
| HSV(B) | 0º | 0.48% | 0.88% | - |
| XYZ | 40.31 | 29.85 | 20.47 | - |
| YUV | 148.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 117 | 0 | 0.48 | 0.48 | 0.12 | 0 | 0.63 | 0.67 |
| Hex | E0 | 75 | 75 | 0 | 30 | 30 | C | 0 | 3F | 43 |
| Octal | 340 | 165 | 165 | 0 | 60 | 60 | 14 | 0 | 77 | 103 |
| Binary | 11100000 | 1110101 | 1110101 | 0 | 110000 | 110000 | 1100 | 0 | 111111 | 1000011 |
Color Harmonies of #E07575
Complementary color
Monochromatic Colors of #E07575
Black with #E07575
Text Example
Text Example
White with #E07575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07575; }
p { color: rgb(224,117,117); }
H1.HeaderClassName
{
color: #E07575;
}
.AnyTagClassName
{
color: #E07575;
}
</style>
background-color css
<style>
a { background-color: #E07575; }
a { background-color: rgb(224,117,117); }
div.DivClassName
{
background-color: #E07575;
}
.BgClassName
{
background-color: #E07575;
}
</style>
border-color css
<style>
span { border-color: #E07575; }
span { border-color: rgb(224,117,117); }
td.TdClassName
{
border-color: #E07575;
}
.TagClassName
{
border-color: #E07575;
}
</style>