Shades of Froly #EA6375
Tints of Froly #EA6375
RGB
CMYK
RGB Variations
Color information
#EA6375 (or 0xEA6375) is known color: Froly. HEX triplet: EA, 63 and 75. RGB value is (234,99,117). Sum of RGB (Red+Green+Blue) = 234+99+117=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6375 is #159C8A. Grayscale: #8D8D8D. Windows color (decimal): -1416331 or 7693290. OLE color: 7693290.
HSL color Cylindrical-coordinate representation of color #EA6375: hue angle of 352º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6375 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 117 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.08 |
| HSL | 352º | 0.76% | 0.65% | - |
| HSV(B) | 352º | 0.58% | 0.92% | - |
| XYZ | 41.6 | 27.7 | 19.98 | - |
| YUV | 141.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 117 | 0 | 0.58 | 0.5 | 0.08 | 352 | 0.76 | 0.65 |
| Hex | EA | 63 | 75 | 0 | 3A | 32 | 8 | 160 | 4C | 41 |
| Octal | 352 | 143 | 165 | 0 | 72 | 62 | 10 | 540 | 114 | 101 |
| Binary | 11101010 | 1100011 | 1110101 | 0 | 111010 | 110010 | 1000 | 101100000 | 1001100 | 1000001 |
Color Harmonies of #EA6375
Complementary color
Monochromatic Colors of #EA6375
Black with #EA6375
Text Example
Text Example
White with #EA6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6375; }
p { color: rgb(234,99,117); }
H1.HeaderClassName
{
color: #EA6375;
}
.AnyTagClassName
{
color: #EA6375;
}
</style>
background-color css
<style>
a { background-color: #EA6375; }
a { background-color: rgb(234,99,117); }
div.DivClassName
{
background-color: #EA6375;
}
.BgClassName
{
background-color: #EA6375;
}
</style>
border-color css
<style>
span { border-color: #EA6375; }
span { border-color: rgb(234,99,117); }
td.TdClassName
{
border-color: #EA6375;
}
.TagClassName
{
border-color: #EA6375;
}
</style>