Shades of Geraldine #E6807A
Tints of Geraldine #E6807A
RGB
CMYK
RGB Variations
Color information
#E6807A (or 0xE6807A) is known color: Geraldine. HEX triplet: E6, 80 and 7A. RGB value is (230,128,122). Sum of RGB (Red+Green+Blue) = 230+128+122=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E6807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6807A is #197F85. Grayscale: #9D9D9D. Windows color (decimal): -1671046 or 8028390. OLE color: 8028390.
HSL color Cylindrical-coordinate representation of color #E6807A: hue angle of 3.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E6807A is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 122 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.10 |
| HSL | 3.33º | 0.68% | 0.69% | - |
| HSV(B) | 3.33º | 0.47% | 0.9% | - |
| XYZ | 43.87 | 33.67 | 22.6 | - |
| YUV | 157.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 122 | 0 | 0.44 | 0.47 | 0.10 | 3.33 | 0.68 | 0.69 |
| Hex | E6 | 80 | 7A | 0 | 2C | 2F | A | 3 | 44 | 45 |
| Octal | 346 | 200 | 172 | 0 | 54 | 57 | 12 | 3 | 104 | 105 |
| Binary | 11100110 | 10000000 | 1111010 | 0 | 101100 | 101111 | 1010 | 11 | 1000100 | 1000101 |
Color Harmonies of #E6807A
Complementary color
Monochromatic Colors of #E6807A
Black with #E6807A
Text Example
Text Example
White with #E6807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6807A; }
p { color: rgb(230,128,122); }
H1.HeaderClassName
{
color: #E6807A;
}
.AnyTagClassName
{
color: #E6807A;
}
</style>
background-color css
<style>
a { background-color: #E6807A; }
a { background-color: rgb(230,128,122); }
div.DivClassName
{
background-color: #E6807A;
}
.BgClassName
{
background-color: #E6807A;
}
</style>
border-color css
<style>
span { border-color: #E6807A; }
span { border-color: rgb(230,128,122); }
td.TdClassName
{
border-color: #E6807A;
}
.TagClassName
{
border-color: #E6807A;
}
</style>