Shades of Froly #EA6B7E
Tints of Froly #EA6B7E
RGB
CMYK
RGB Variations
Color information
#EA6B7E (or 0xEA6B7E) is known color: Froly. HEX triplet: EA, 6B and 7E. RGB value is (234,107,126). Sum of RGB (Red+Green+Blue) = 234+107+126=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B7E is #159481. Grayscale: #939393. Windows color (decimal): -1414274 or 8285162. OLE color: 8285162.
HSL color Cylindrical-coordinate representation of color #EA6B7E: hue angle of 351.02º 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 #EA6B7E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 126 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.08 |
| HSL | 351.02º | 0.75% | 0.67% | - |
| HSV(B) | 351.02º | 0.54% | 0.92% | - |
| XYZ | 42.96 | 29.51 | 23.17 | - |
| YUV | 147.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 126 | 0 | 0.54 | 0.46 | 0.08 | 351.02 | 0.75 | 0.67 |
| Hex | EA | 6B | 7E | 0 | 36 | 2E | 8 | 15F | 4B | 43 |
| Octal | 352 | 153 | 176 | 0 | 66 | 56 | 10 | 537 | 113 | 103 |
| Binary | 11101010 | 1101011 | 1111110 | 0 | 110110 | 101110 | 1000 | 101011111 | 1001011 | 1000011 |
Color Harmonies of #EA6B7E
Complementary color
Monochromatic Colors of #EA6B7E
Black with #EA6B7E
Text Example
Text Example
White with #EA6B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B7E; }
p { color: rgb(234,107,126); }
H1.HeaderClassName
{
color: #EA6B7E;
}
.AnyTagClassName
{
color: #EA6B7E;
}
</style>
background-color css
<style>
a { background-color: #EA6B7E; }
a { background-color: rgb(234,107,126); }
div.DivClassName
{
background-color: #EA6B7E;
}
.BgClassName
{
background-color: #EA6B7E;
}
</style>
border-color css
<style>
span { border-color: #EA6B7E; }
span { border-color: rgb(234,107,126); }
td.TdClassName
{
border-color: #EA6B7E;
}
.TagClassName
{
border-color: #EA6B7E;
}
</style>