Shades of Geraldine #E67669
Tints of Geraldine #E67669
RGB
CMYK
RGB Variations
Color information
#E67669 (or 0xE67669) is known color: Geraldine. HEX triplet: E6, 76 and 69. RGB value is (230,118,105). Sum of RGB (Red+Green+Blue) = 230+118+105=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E67669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67669 is #198996. Grayscale: #969696. Windows color (decimal): -1673623 or 6911718. OLE color: 6911718.
HSL color Cylindrical-coordinate representation of color #E67669: hue angle of 6.24º 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 #E67669 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 105 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.10 |
| HSL | 6.24º | 0.71% | 0.66% | - |
| HSV(B) | 6.24º | 0.54% | 0.9% | - |
| XYZ | 41.66 | 30.8 | 17.11 | - |
| YUV | 150.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 105 | 0 | 0.49 | 0.54 | 0.10 | 6.24 | 0.71 | 0.66 |
| Hex | E6 | 76 | 69 | 0 | 31 | 36 | A | 6 | 47 | 42 |
| Octal | 346 | 166 | 151 | 0 | 61 | 66 | 12 | 6 | 107 | 102 |
| Binary | 11100110 | 1110110 | 1101001 | 0 | 110001 | 110110 | 1010 | 110 | 1000111 | 1000010 |
Color Harmonies of #E67669
Complementary color
Monochromatic Colors of #E67669
Black with #E67669
Text Example
Text Example
White with #E67669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67669; }
p { color: rgb(230,118,105); }
H1.HeaderClassName
{
color: #E67669;
}
.AnyTagClassName
{
color: #E67669;
}
</style>
background-color css
<style>
a { background-color: #E67669; }
a { background-color: rgb(230,118,105); }
div.DivClassName
{
background-color: #E67669;
}
.BgClassName
{
background-color: #E67669;
}
</style>
border-color css
<style>
span { border-color: #E67669; }
span { border-color: rgb(230,118,105); }
td.TdClassName
{
border-color: #E67669;
}
.TagClassName
{
border-color: #E67669;
}
</style>