Shades of Geraldine #EE7F74
Tints of Geraldine #EE7F74
RGB
CMYK
RGB Variations
Color information
#EE7F74 (or 0xEE7F74) is known color: Geraldine. HEX triplet: EE, 7F and 74. RGB value is (238,127,116). Sum of RGB (Red+Green+Blue) = 238+127+116=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F74 is #11808B. Grayscale: #9F9F9F. Windows color (decimal): -1147020 or 7634926. OLE color: 7634926.
HSL color Cylindrical-coordinate representation of color #EE7F74: hue angle of 5.41º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7F74 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 116 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.07 |
| HSL | 5.41º | 0.78% | 0.69% | - |
| HSV(B) | 5.41º | 0.51% | 0.93% | - |
| XYZ | 46 | 34.62 | 20.78 | - |
| YUV | 158.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 116 | 0 | 0.47 | 0.51 | 0.07 | 5.41 | 0.78 | 0.69 |
| Hex | EE | 7F | 74 | 0 | 2F | 33 | 7 | 5 | 4E | 45 |
| Octal | 356 | 177 | 164 | 0 | 57 | 63 | 7 | 5 | 116 | 105 |
| Binary | 11101110 | 1111111 | 1110100 | 0 | 101111 | 110011 | 111 | 101 | 1001110 | 1000101 |
Color Harmonies of #EE7F74
Complementary color
Monochromatic Colors of #EE7F74
Black with #EE7F74
Text Example
Text Example
White with #EE7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F74; }
p { color: rgb(238,127,116); }
H1.HeaderClassName
{
color: #EE7F74;
}
.AnyTagClassName
{
color: #EE7F74;
}
</style>
background-color css
<style>
a { background-color: #EE7F74; }
a { background-color: rgb(238,127,116); }
div.DivClassName
{
background-color: #EE7F74;
}
.BgClassName
{
background-color: #EE7F74;
}
</style>
border-color css
<style>
span { border-color: #EE7F74; }
span { border-color: rgb(238,127,116); }
td.TdClassName
{
border-color: #EE7F74;
}
.TagClassName
{
border-color: #EE7F74;
}
</style>