Shades of Geraldine #E67673
Tints of Geraldine #E67673
RGB
CMYK
RGB Variations
Color information
#E67673 (or 0xE67673) is known color: Geraldine. HEX triplet: E6, 76 and 73. RGB value is (230,118,115). Sum of RGB (Red+Green+Blue) = 230+118+115=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67673 is #19898C. Grayscale: #979797. Windows color (decimal): -1673613 or 7567078. OLE color: 7567078.
HSL color Cylindrical-coordinate representation of color #E67673: hue angle of 1.57º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67673 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 115 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.10 |
| HSL | 1.57º | 0.7% | 0.68% | - |
| HSV(B) | 1.57º | 0.5% | 0.9% | - |
| XYZ | 42.21 | 31.02 | 19.98 | - |
| YUV | 151.15 | 107.61 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 115 | 0 | 0.49 | 0.5 | 0.10 | 1.57 | 0.7 | 0.68 |
| Hex | E6 | 76 | 73 | 0 | 31 | 32 | A | 2 | 46 | 44 |
| Octal | 346 | 166 | 163 | 0 | 61 | 62 | 12 | 2 | 106 | 104 |
| Binary | 11100110 | 1110110 | 1110011 | 0 | 110001 | 110010 | 1010 | 10 | 1000110 | 1000100 |
Color Harmonies of #E67673
Complementary color
Monochromatic Colors of #E67673
Black with #E67673
Text Example
Text Example
White with #E67673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67673; }
p { color: rgb(230,118,115); }
H1.HeaderClassName
{
color: #E67673;
}
.AnyTagClassName
{
color: #E67673;
}
</style>
background-color css
<style>
a { background-color: #E67673; }
a { background-color: rgb(230,118,115); }
div.DivClassName
{
background-color: #E67673;
}
.BgClassName
{
background-color: #E67673;
}
</style>
border-color css
<style>
span { border-color: #E67673; }
span { border-color: rgb(230,118,115); }
td.TdClassName
{
border-color: #E67673;
}
.TagClassName
{
border-color: #E67673;
}
</style>