Shades of Geraldine #E67F7B
Tints of Geraldine #E67F7B
RGB
CMYK
RGB Variations
Color information
#E67F7B (or 0xE67F7B) is known color: Geraldine. HEX triplet: E6, 7F and 7B. RGB value is (230,127,123). Sum of RGB (Red+Green+Blue) = 230+127+123=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67F7B is #198084. Grayscale: #9D9D9D. Windows color (decimal): -1671301 or 8093670. OLE color: 8093670.
HSL color Cylindrical-coordinate representation of color #E67F7B: hue angle of 2.24º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67F7B is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 123 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.10 |
| HSL | 2.24º | 0.68% | 0.69% | - |
| HSV(B) | 2.24º | 0.47% | 0.9% | - |
| XYZ | 43.8 | 33.43 | 22.88 | - |
| YUV | 157.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 123 | 0 | 0.45 | 0.47 | 0.10 | 2.24 | 0.68 | 0.69 |
| Hex | E6 | 7F | 7B | 0 | 2D | 2F | A | 2 | 44 | 45 |
| Octal | 346 | 177 | 173 | 0 | 55 | 57 | 12 | 2 | 104 | 105 |
| Binary | 11100110 | 1111111 | 1111011 | 0 | 101101 | 101111 | 1010 | 10 | 1000100 | 1000101 |
Color Harmonies of #E67F7B
Complementary color
Monochromatic Colors of #E67F7B
Black with #E67F7B
Text Example
Text Example
White with #E67F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F7B; }
p { color: rgb(230,127,123); }
H1.HeaderClassName
{
color: #E67F7B;
}
.AnyTagClassName
{
color: #E67F7B;
}
</style>
background-color css
<style>
a { background-color: #E67F7B; }
a { background-color: rgb(230,127,123); }
div.DivClassName
{
background-color: #E67F7B;
}
.BgClassName
{
background-color: #E67F7B;
}
</style>
border-color css
<style>
span { border-color: #E67F7B; }
span { border-color: rgb(230,127,123); }
td.TdClassName
{
border-color: #E67F7B;
}
.TagClassName
{
border-color: #E67F7B;
}
</style>