Shades of Froly #EA6975
Tints of Froly #EA6975
RGB
CMYK
RGB Variations
Color information
#EA6975 (or 0xEA6975) is known color: Froly. HEX triplet: EA, 69 and 75. RGB value is (234,105,117). Sum of RGB (Red+Green+Blue) = 234+105+117=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6975 is #15968A. Grayscale: #919191. Windows color (decimal): -1414795 or 7694826. OLE color: 7694826.
HSL color Cylindrical-coordinate representation of color #EA6975: hue angle of 354.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6975 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 117 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.08 |
| HSL | 354.42º | 0.75% | 0.66% | - |
| HSV(B) | 354.42º | 0.55% | 0.92% | - |
| XYZ | 42.19 | 28.88 | 20.18 | - |
| YUV | 144.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 117 | 0 | 0.55 | 0.5 | 0.08 | 354.42 | 0.75 | 0.66 |
| Hex | EA | 69 | 75 | 0 | 37 | 32 | 8 | 162 | 4B | 42 |
| Octal | 352 | 151 | 165 | 0 | 67 | 62 | 10 | 542 | 113 | 102 |
| Binary | 11101010 | 1101001 | 1110101 | 0 | 110111 | 110010 | 1000 | 101100010 | 1001011 | 1000010 |
Color Harmonies of #EA6975
Complementary color
Monochromatic Colors of #EA6975
Black with #EA6975
Text Example
Text Example
White with #EA6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6975; }
p { color: rgb(234,105,117); }
H1.HeaderClassName
{
color: #EA6975;
}
.AnyTagClassName
{
color: #EA6975;
}
</style>
background-color css
<style>
a { background-color: #EA6975; }
a { background-color: rgb(234,105,117); }
div.DivClassName
{
background-color: #EA6975;
}
.BgClassName
{
background-color: #EA6975;
}
</style>
border-color css
<style>
span { border-color: #EA6975; }
span { border-color: rgb(234,105,117); }
td.TdClassName
{
border-color: #EA6975;
}
.TagClassName
{
border-color: #EA6975;
}
</style>