Shades of Froly #EA6B7B
Tints of Froly #EA6B7B
RGB
CMYK
RGB Variations
Color information
#EA6B7B (or 0xEA6B7B) is known color: Froly. HEX triplet: EA, 6B and 7B. RGB value is (234,107,123). Sum of RGB (Red+Green+Blue) = 234+107+123=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B7B is #159484. Grayscale: #929292. Windows color (decimal): -1414277 or 8088554. OLE color: 8088554.
HSL color Cylindrical-coordinate representation of color #EA6B7B: hue angle of 352.44º degrees, saturation: 0.75, 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 #EA6B7B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 123 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.08 |
| HSL | 352.44º | 0.75% | 0.67% | - |
| HSV(B) | 352.44º | 0.54% | 0.92% | - |
| XYZ | 42.76 | 29.44 | 22.17 | - |
| YUV | 146.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 123 | 0 | 0.54 | 0.47 | 0.08 | 352.44 | 0.75 | 0.67 |
| Hex | EA | 6B | 7B | 0 | 36 | 2F | 8 | 160 | 4B | 43 |
| Octal | 352 | 153 | 173 | 0 | 66 | 57 | 10 | 540 | 113 | 103 |
| Binary | 11101010 | 1101011 | 1111011 | 0 | 110110 | 101111 | 1000 | 101100000 | 1001011 | 1000011 |
Color Harmonies of #EA6B7B
Complementary color
Monochromatic Colors of #EA6B7B
Black with #EA6B7B
Text Example
Text Example
White with #EA6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B7B; }
p { color: rgb(234,107,123); }
H1.HeaderClassName
{
color: #EA6B7B;
}
.AnyTagClassName
{
color: #EA6B7B;
}
</style>
background-color css
<style>
a { background-color: #EA6B7B; }
a { background-color: rgb(234,107,123); }
div.DivClassName
{
background-color: #EA6B7B;
}
.BgClassName
{
background-color: #EA6B7B;
}
</style>
border-color css
<style>
span { border-color: #EA6B7B; }
span { border-color: rgb(234,107,123); }
td.TdClassName
{
border-color: #EA6B7B;
}
.TagClassName
{
border-color: #EA6B7B;
}
</style>