Shades of Geraldine #E67470
Tints of Geraldine #E67470
RGB
CMYK
RGB Variations
Color information
#E67470 (or 0xE67470) is known color: Geraldine. HEX triplet: E6, 74 and 70. RGB value is (230,116,112). Sum of RGB (Red+Green+Blue) = 230+116+112=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E67470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67470 is #198B8F. Grayscale: #959595. Windows color (decimal): -1674128 or 7369958. OLE color: 7369958.
HSL color Cylindrical-coordinate representation of color #E67470: hue angle of 2.03º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67470 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 112 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.10 |
| HSL | 2.03º | 0.7% | 0.67% | - |
| HSV(B) | 2.03º | 0.51% | 0.9% | - |
| XYZ | 41.8 | 30.48 | 19.01 | - |
| YUV | 149.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 112 | 0 | 0.50 | 0.51 | 0.10 | 2.03 | 0.7 | 0.67 |
| Hex | E6 | 74 | 70 | 0 | 32 | 33 | A | 2 | 46 | 43 |
| Octal | 346 | 164 | 160 | 0 | 62 | 63 | 12 | 2 | 106 | 103 |
| Binary | 11100110 | 1110100 | 1110000 | 0 | 110010 | 110011 | 1010 | 10 | 1000110 | 1000011 |
Color Harmonies of #E67470
Complementary color
Monochromatic Colors of #E67470
Black with #E67470
Text Example
Text Example
White with #E67470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67470; }
p { color: rgb(230,116,112); }
H1.HeaderClassName
{
color: #E67470;
}
.AnyTagClassName
{
color: #E67470;
}
</style>
background-color css
<style>
a { background-color: #E67470; }
a { background-color: rgb(230,116,112); }
div.DivClassName
{
background-color: #E67470;
}
.BgClassName
{
background-color: #E67470;
}
</style>
border-color css
<style>
span { border-color: #E67470; }
span { border-color: rgb(230,116,112); }
td.TdClassName
{
border-color: #E67470;
}
.TagClassName
{
border-color: #E67470;
}
</style>