Shades of Geraldine #E6827A
Tints of Geraldine #E6827A
RGB
CMYK
RGB Variations
Color information
#E6827A (or 0xE6827A) is known color: Geraldine. HEX triplet: E6, 82 and 7A. RGB value is (230,130,122). Sum of RGB (Red+Green+Blue) = 230+130+122=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E6827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6827A is #197D85. Grayscale: #9F9F9F. Windows color (decimal): -1670534 or 8028902. OLE color: 8028902.
HSL color Cylindrical-coordinate representation of color #E6827A: hue angle of 4.44º 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 #E6827A is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 122 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.10 |
| HSL | 4.44º | 0.68% | 0.69% | - |
| HSV(B) | 4.44º | 0.47% | 0.9% | - |
| XYZ | 44.13 | 34.19 | 22.69 | - |
| YUV | 158.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 122 | 0 | 0.43 | 0.47 | 0.10 | 4.44 | 0.68 | 0.69 |
| Hex | E6 | 82 | 7A | 0 | 2B | 2F | A | 4 | 44 | 45 |
| Octal | 346 | 202 | 172 | 0 | 53 | 57 | 12 | 4 | 104 | 105 |
| Binary | 11100110 | 10000010 | 1111010 | 0 | 101011 | 101111 | 1010 | 100 | 1000100 | 1000101 |
Color Harmonies of #E6827A
Complementary color
Monochromatic Colors of #E6827A
Black with #E6827A
Text Example
Text Example
White with #E6827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6827A; }
p { color: rgb(230,130,122); }
H1.HeaderClassName
{
color: #E6827A;
}
.AnyTagClassName
{
color: #E6827A;
}
</style>
background-color css
<style>
a { background-color: #E6827A; }
a { background-color: rgb(230,130,122); }
div.DivClassName
{
background-color: #E6827A;
}
.BgClassName
{
background-color: #E6827A;
}
</style>
border-color css
<style>
span { border-color: #E6827A; }
span { border-color: rgb(230,130,122); }
td.TdClassName
{
border-color: #E6827A;
}
.TagClassName
{
border-color: #E6827A;
}
</style>