Shades of Geraldine #E67369
Tints of Geraldine #E67369
RGB
CMYK
RGB Variations
Color information
#E67369 (or 0xE67369) is known color: Geraldine. HEX triplet: E6, 73 and 69. RGB value is (230,115,105). Sum of RGB (Red+Green+Blue) = 230+115+105=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E67369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67369 is #198C96. Grayscale: #949494. Windows color (decimal): -1674391 or 6910950. OLE color: 6910950.
HSL color Cylindrical-coordinate representation of color #E67369: hue angle of 4.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E67369 is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 105 | - |
| CMYK | 0 | 0.5 | 0.54 | 0.10 |
| HSL | 4.8º | 0.71% | 0.66% | - |
| HSV(B) | 4.8º | 0.54% | 0.9% | - |
| XYZ | 41.31 | 30.1 | 17 | - |
| YUV | 148.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 105 | 0 | 0.5 | 0.54 | 0.10 | 4.8 | 0.71 | 0.66 |
| Hex | E6 | 73 | 69 | 0 | 32 | 36 | A | 5 | 47 | 42 |
| Octal | 346 | 163 | 151 | 0 | 62 | 66 | 12 | 5 | 107 | 102 |
| Binary | 11100110 | 1110011 | 1101001 | 0 | 110010 | 110110 | 1010 | 101 | 1000111 | 1000010 |
Color Harmonies of #E67369
Complementary color
Monochromatic Colors of #E67369
Black with #E67369
Text Example
Text Example
White with #E67369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67369; }
p { color: rgb(230,115,105); }
H1.HeaderClassName
{
color: #E67369;
}
.AnyTagClassName
{
color: #E67369;
}
</style>
background-color css
<style>
a { background-color: #E67369; }
a { background-color: rgb(230,115,105); }
div.DivClassName
{
background-color: #E67369;
}
.BgClassName
{
background-color: #E67369;
}
</style>
border-color css
<style>
span { border-color: #E67369; }
span { border-color: rgb(230,115,105); }
td.TdClassName
{
border-color: #E67369;
}
.TagClassName
{
border-color: #E67369;
}
</style>