Shades of Geraldine #E67768
Tints of Geraldine #E67768
RGB
CMYK
RGB Variations
Color information
#E67768 (or 0xE67768) is known color: Geraldine. HEX triplet: E6, 77 and 68. RGB value is (230,119,104). Sum of RGB (Red+Green+Blue) = 230+119+104=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E67768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67768 is #198897. Grayscale: #969696. Windows color (decimal): -1673368 or 6846438. OLE color: 6846438.
HSL color Cylindrical-coordinate representation of color #E67768: hue angle of 7.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E67768 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 104 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.10 |
| HSL | 7.14º | 0.72% | 0.65% | - |
| HSV(B) | 7.14º | 0.55% | 0.9% | - |
| XYZ | 41.73 | 31.02 | 16.88 | - |
| YUV | 150.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 104 | 0 | 0.48 | 0.55 | 0.10 | 7.14 | 0.72 | 0.65 |
| Hex | E6 | 77 | 68 | 0 | 30 | 37 | A | 7 | 48 | 41 |
| Octal | 346 | 167 | 150 | 0 | 60 | 67 | 12 | 7 | 110 | 101 |
| Binary | 11100110 | 1110111 | 1101000 | 0 | 110000 | 110111 | 1010 | 111 | 1001000 | 1000001 |
Color Harmonies of #E67768
Complementary color
Monochromatic Colors of #E67768
Black with #E67768
Text Example
Text Example
White with #E67768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67768; }
p { color: rgb(230,119,104); }
H1.HeaderClassName
{
color: #E67768;
}
.AnyTagClassName
{
color: #E67768;
}
</style>
background-color css
<style>
a { background-color: #E67768; }
a { background-color: rgb(230,119,104); }
div.DivClassName
{
background-color: #E67768;
}
.BgClassName
{
background-color: #E67768;
}
</style>
border-color css
<style>
span { border-color: #E67768; }
span { border-color: rgb(230,119,104); }
td.TdClassName
{
border-color: #E67768;
}
.TagClassName
{
border-color: #E67768;
}
</style>