Shades of Geraldine #E6736E
Tints of Geraldine #E6736E
RGB
CMYK
RGB Variations
Color information
#E6736E (or 0xE6736E) is known color: Geraldine. HEX triplet: E6, 73 and 6E. RGB value is (230,115,110). Sum of RGB (Red+Green+Blue) = 230+115+110=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6736E is #198C91. Grayscale: #949494. Windows color (decimal): -1674386 or 7238630. OLE color: 7238630.
HSL color Cylindrical-coordinate representation of color #E6736E: hue angle of 2.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 #E6736E is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 110 | - |
| CMYK | 0 | 0.5 | 0.52 | 0.10 |
| HSL | 2.5º | 0.71% | 0.67% | - |
| HSV(B) | 2.5º | 0.52% | 0.9% | - |
| XYZ | 41.58 | 30.21 | 18.39 | - |
| YUV | 148.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 110 | 0 | 0.5 | 0.52 | 0.10 | 2.5 | 0.71 | 0.67 |
| Hex | E6 | 73 | 6E | 0 | 32 | 34 | A | 2 | 47 | 43 |
| Octal | 346 | 163 | 156 | 0 | 62 | 64 | 12 | 2 | 107 | 103 |
| Binary | 11100110 | 1110011 | 1101110 | 0 | 110010 | 110100 | 1010 | 10 | 1000111 | 1000011 |
Color Harmonies of #E6736E
Complementary color
Monochromatic Colors of #E6736E
Black with #E6736E
Text Example
Text Example
White with #E6736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6736E; }
p { color: rgb(230,115,110); }
H1.HeaderClassName
{
color: #E6736E;
}
.AnyTagClassName
{
color: #E6736E;
}
</style>
background-color css
<style>
a { background-color: #E6736E; }
a { background-color: rgb(230,115,110); }
div.DivClassName
{
background-color: #E6736E;
}
.BgClassName
{
background-color: #E6736E;
}
</style>
border-color css
<style>
span { border-color: #E6736E; }
span { border-color: rgb(230,115,110); }
td.TdClassName
{
border-color: #E6736E;
}
.TagClassName
{
border-color: #E6736E;
}
</style>