Shades of Froly #EA717A
Tints of Froly #EA717A
RGB
CMYK
RGB Variations
Color information
#EA717A (or 0xEA717A) is known color: Froly. HEX triplet: EA, 71 and 7A. RGB value is (234,113,122). Sum of RGB (Red+Green+Blue) = 234+113+122=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA717A is #158E85. Grayscale: #969696. Windows color (decimal): -1412742 or 8024554. OLE color: 8024554.
HSL color Cylindrical-coordinate representation of color #EA717A: hue angle of 355.54º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA717A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 122 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.08 |
| HSL | 355.54º | 0.74% | 0.68% | - |
| HSV(B) | 355.54º | 0.52% | 0.92% | - |
| XYZ | 43.35 | 30.71 | 22.05 | - |
| YUV | 150.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 122 | 0 | 0.52 | 0.48 | 0.08 | 355.54 | 0.74 | 0.68 |
| Hex | EA | 71 | 7A | 0 | 34 | 30 | 8 | 164 | 4A | 44 |
| Octal | 352 | 161 | 172 | 0 | 64 | 60 | 10 | 544 | 112 | 104 |
| Binary | 11101010 | 1110001 | 1111010 | 0 | 110100 | 110000 | 1000 | 101100100 | 1001010 | 1000100 |
Color Harmonies of #EA717A
Complementary color
Monochromatic Colors of #EA717A
Black with #EA717A
Text Example
Text Example
White with #EA717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA717A; }
p { color: rgb(234,113,122); }
H1.HeaderClassName
{
color: #EA717A;
}
.AnyTagClassName
{
color: #EA717A;
}
</style>
background-color css
<style>
a { background-color: #EA717A; }
a { background-color: rgb(234,113,122); }
div.DivClassName
{
background-color: #EA717A;
}
.BgClassName
{
background-color: #EA717A;
}
</style>
border-color css
<style>
span { border-color: #EA717A; }
span { border-color: rgb(234,113,122); }
td.TdClassName
{
border-color: #EA717A;
}
.TagClassName
{
border-color: #EA717A;
}
</style>