Shades of Geraldine #EE7373
Tints of Geraldine #EE7373
RGB
CMYK
RGB Variations
Color information
#EE7373 (or 0xEE7373) is known color: Geraldine. HEX triplet: EE, 73 and 73. RGB value is (238,115,115). Sum of RGB (Red+Green+Blue) = 238+115+115=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7373 is #118C8C. Grayscale: #979797. Windows color (decimal): -1150093 or 7566318. OLE color: 7566318.
HSL color Cylindrical-coordinate representation of color #EE7373: hue angle of 0º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7373 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 115 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.07 |
| HSL | 0º | 0.78% | 0.69% | - |
| HSV(B) | 0º | 0.52% | 0.93% | - |
| XYZ | 44.49 | 31.68 | 19.99 | - |
| YUV | 151.78 | 107.25 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 115 | 0 | 0.52 | 0.52 | 0.07 | 0 | 0.78 | 0.69 |
| Hex | EE | 73 | 73 | 0 | 34 | 34 | 7 | 0 | 4E | 45 |
| Octal | 356 | 163 | 163 | 0 | 64 | 64 | 7 | 0 | 116 | 105 |
| Binary | 11101110 | 1110011 | 1110011 | 0 | 110100 | 110100 | 111 | 0 | 1001110 | 1000101 |
Color Harmonies of #EE7373
Complementary color
Monochromatic Colors of #EE7373
Black with #EE7373
Text Example
Text Example
White with #EE7373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7373; }
p { color: rgb(238,115,115); }
H1.HeaderClassName
{
color: #EE7373;
}
.AnyTagClassName
{
color: #EE7373;
}
</style>
background-color css
<style>
a { background-color: #EE7373; }
a { background-color: rgb(238,115,115); }
div.DivClassName
{
background-color: #EE7373;
}
.BgClassName
{
background-color: #EE7373;
}
</style>
border-color css
<style>
span { border-color: #EE7373; }
span { border-color: rgb(238,115,115); }
td.TdClassName
{
border-color: #EE7373;
}
.TagClassName
{
border-color: #EE7373;
}
</style>