Shades of Froly #EA6E7D
Tints of Froly #EA6E7D
RGB
CMYK
RGB Variations
Color information
#EA6E7D (or 0xEA6E7D) is known color: Froly. HEX triplet: EA, 6E and 7D. RGB value is (234,110,125). Sum of RGB (Red+Green+Blue) = 234+110+125=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E7D is #159182. Grayscale: #949494. Windows color (decimal): -1413507 or 8220394. OLE color: 8220394.
HSL color Cylindrical-coordinate representation of color #EA6E7D: hue angle of 352.74º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6E7D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 125 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.08 |
| HSL | 352.74º | 0.75% | 0.67% | - |
| HSV(B) | 352.74º | 0.53% | 0.92% | - |
| XYZ | 43.21 | 30.12 | 22.94 | - |
| YUV | 148.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 125 | 0 | 0.53 | 0.47 | 0.08 | 352.74 | 0.75 | 0.67 |
| Hex | EA | 6E | 7D | 0 | 35 | 2F | 8 | 161 | 4B | 43 |
| Octal | 352 | 156 | 175 | 0 | 65 | 57 | 10 | 541 | 113 | 103 |
| Binary | 11101010 | 1101110 | 1111101 | 0 | 110101 | 101111 | 1000 | 101100001 | 1001011 | 1000011 |
Color Harmonies of #EA6E7D
Complementary color
Monochromatic Colors of #EA6E7D
Black with #EA6E7D
Text Example
Text Example
White with #EA6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6E7D; }
p { color: rgb(234,110,125); }
H1.HeaderClassName
{
color: #EA6E7D;
}
.AnyTagClassName
{
color: #EA6E7D;
}
</style>
background-color css
<style>
a { background-color: #EA6E7D; }
a { background-color: rgb(234,110,125); }
div.DivClassName
{
background-color: #EA6E7D;
}
.BgClassName
{
background-color: #EA6E7D;
}
</style>
border-color css
<style>
span { border-color: #EA6E7D; }
span { border-color: rgb(234,110,125); }
td.TdClassName
{
border-color: #EA6E7D;
}
.TagClassName
{
border-color: #EA6E7D;
}
</style>