Shades of Geraldine #EB736B
Tints of Geraldine #EB736B
RGB
CMYK
RGB Variations
Color information
#EB736B (or 0xEB736B) is known color: Geraldine. HEX triplet: EB, 73 and 6B. RGB value is (235,115,107). Sum of RGB (Red+Green+Blue) = 235+115+107=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB736B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB736B is #148C94. Grayscale: #969696. Windows color (decimal): -1346709 or 7042027. OLE color: 7042027.
HSL color Cylindrical-coordinate representation of color #EB736B: hue angle of 3.75º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB736B is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 107 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.08 |
| HSL | 3.75º | 0.76% | 0.67% | - |
| HSV(B) | 3.75º | 0.54% | 0.92% | - |
| XYZ | 43.05 | 30.99 | 17.62 | - |
| YUV | 149.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 107 | 0 | 0.51 | 0.54 | 0.08 | 3.75 | 0.76 | 0.67 |
| Hex | EB | 73 | 6B | 0 | 33 | 36 | 8 | 4 | 4C | 43 |
| Octal | 353 | 163 | 153 | 0 | 63 | 66 | 10 | 4 | 114 | 103 |
| Binary | 11101011 | 1110011 | 1101011 | 0 | 110011 | 110110 | 1000 | 100 | 1001100 | 1000011 |
Color Harmonies of #EB736B
Complementary color
Monochromatic Colors of #EB736B
Black with #EB736B
Text Example
Text Example
White with #EB736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB736B; }
p { color: rgb(235,115,107); }
H1.HeaderClassName
{
color: #EB736B;
}
.AnyTagClassName
{
color: #EB736B;
}
</style>
background-color css
<style>
a { background-color: #EB736B; }
a { background-color: rgb(235,115,107); }
div.DivClassName
{
background-color: #EB736B;
}
.BgClassName
{
background-color: #EB736B;
}
</style>
border-color css
<style>
span { border-color: #EB736B; }
span { border-color: rgb(235,115,107); }
td.TdClassName
{
border-color: #EB736B;
}
.TagClassName
{
border-color: #EB736B;
}
</style>