Shades of Geraldine #E67571
Tints of Geraldine #E67571
RGB
CMYK
RGB Variations
Color information
#E67571 (or 0xE67571) is known color: Geraldine. HEX triplet: E6, 75 and 71. RGB value is (230,117,113). Sum of RGB (Red+Green+Blue) = 230+117+113=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E67571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67571 is #198A8E. Grayscale: #969696. Windows color (decimal): -1673871 or 7435750. OLE color: 7435750.
HSL color Cylindrical-coordinate representation of color #E67571: hue angle of 2.05º 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 #E67571 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 113 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.10 |
| HSL | 2.05º | 0.7% | 0.67% | - |
| HSV(B) | 2.05º | 0.51% | 0.9% | - |
| XYZ | 41.98 | 30.74 | 19.34 | - |
| YUV | 150.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 113 | 0 | 0.49 | 0.51 | 0.10 | 2.05 | 0.7 | 0.67 |
| Hex | E6 | 75 | 71 | 0 | 31 | 33 | A | 2 | 46 | 43 |
| Octal | 346 | 165 | 161 | 0 | 61 | 63 | 12 | 2 | 106 | 103 |
| Binary | 11100110 | 1110101 | 1110001 | 0 | 110001 | 110011 | 1010 | 10 | 1000110 | 1000011 |
Color Harmonies of #E67571
Complementary color
Monochromatic Colors of #E67571
Black with #E67571
Text Example
Text Example
White with #E67571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67571; }
p { color: rgb(230,117,113); }
H1.HeaderClassName
{
color: #E67571;
}
.AnyTagClassName
{
color: #E67571;
}
</style>
background-color css
<style>
a { background-color: #E67571; }
a { background-color: rgb(230,117,113); }
div.DivClassName
{
background-color: #E67571;
}
.BgClassName
{
background-color: #E67571;
}
</style>
border-color css
<style>
span { border-color: #E67571; }
span { border-color: rgb(230,117,113); }
td.TdClassName
{
border-color: #E67571;
}
.TagClassName
{
border-color: #E67571;
}
</style>