Shades of Geraldine #EE7B6B
Tints of Geraldine #EE7B6B
RGB
CMYK
RGB Variations
Color information
#EE7B6B (or 0xEE7B6B) is known color: Geraldine. HEX triplet: EE, 7B and 6B. RGB value is (238,123,107). Sum of RGB (Red+Green+Blue) = 238+123+107=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B6B is #118494. Grayscale: #9B9B9B. Windows color (decimal): -1148053 or 7044078. OLE color: 7044078.
HSL color Cylindrical-coordinate representation of color #EE7B6B: hue angle of 7.33º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE7B6B is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 107 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.07 |
| HSL | 7.33º | 0.79% | 0.68% | - |
| HSV(B) | 7.33º | 0.55% | 0.93% | - |
| XYZ | 45 | 33.4 | 17.99 | - |
| YUV | 155.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 107 | 0 | 0.48 | 0.55 | 0.07 | 7.33 | 0.79 | 0.68 |
| Hex | EE | 7B | 6B | 0 | 30 | 37 | 7 | 7 | 4F | 44 |
| Octal | 356 | 173 | 153 | 0 | 60 | 67 | 7 | 7 | 117 | 104 |
| Binary | 11101110 | 1111011 | 1101011 | 0 | 110000 | 110111 | 111 | 111 | 1001111 | 1000100 |
Color Harmonies of #EE7B6B
Complementary color
Monochromatic Colors of #EE7B6B
Black with #EE7B6B
Text Example
Text Example
White with #EE7B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7B6B; }
p { color: rgb(238,123,107); }
H1.HeaderClassName
{
color: #EE7B6B;
}
.AnyTagClassName
{
color: #EE7B6B;
}
</style>
background-color css
<style>
a { background-color: #EE7B6B; }
a { background-color: rgb(238,123,107); }
div.DivClassName
{
background-color: #EE7B6B;
}
.BgClassName
{
background-color: #EE7B6B;
}
</style>
border-color css
<style>
span { border-color: #EE7B6B; }
span { border-color: rgb(238,123,107); }
td.TdClassName
{
border-color: #EE7B6B;
}
.TagClassName
{
border-color: #EE7B6B;
}
</style>