Shades of Geraldine #E67B6E
Tints of Geraldine #E67B6E
RGB
CMYK
RGB Variations
Color information
#E67B6E (or 0xE67B6E) is known color: Geraldine. HEX triplet: E6, 7B and 6E. RGB value is (230,123,110). Sum of RGB (Red+Green+Blue) = 230+123+110=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67B6E is #198491. Grayscale: #999999. Windows color (decimal): -1672338 or 7240678. OLE color: 7240678.
HSL color Cylindrical-coordinate representation of color #E67B6E: hue angle of 6.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E67B6E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 110 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.10 |
| HSL | 6.5º | 0.71% | 0.67% | - |
| HSV(B) | 6.5º | 0.52% | 0.9% | - |
| XYZ | 42.53 | 32.11 | 18.71 | - |
| YUV | 153.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 110 | 0 | 0.47 | 0.52 | 0.10 | 6.5 | 0.71 | 0.67 |
| Hex | E6 | 7B | 6E | 0 | 2F | 34 | A | 6 | 47 | 43 |
| Octal | 346 | 173 | 156 | 0 | 57 | 64 | 12 | 6 | 107 | 103 |
| Binary | 11100110 | 1111011 | 1101110 | 0 | 101111 | 110100 | 1010 | 110 | 1000111 | 1000011 |
Color Harmonies of #E67B6E
Complementary color
Monochromatic Colors of #E67B6E
Black with #E67B6E
Text Example
Text Example
White with #E67B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67B6E; }
p { color: rgb(230,123,110); }
H1.HeaderClassName
{
color: #E67B6E;
}
.AnyTagClassName
{
color: #E67B6E;
}
</style>
background-color css
<style>
a { background-color: #E67B6E; }
a { background-color: rgb(230,123,110); }
div.DivClassName
{
background-color: #E67B6E;
}
.BgClassName
{
background-color: #E67B6E;
}
</style>
border-color css
<style>
span { border-color: #E67B6E; }
span { border-color: rgb(230,123,110); }
td.TdClassName
{
border-color: #E67B6E;
}
.TagClassName
{
border-color: #E67B6E;
}
</style>