Shades of Froly #EC6474
Tints of Froly #EC6474
RGB
CMYK
RGB Variations
Color information
#EC6474 (or 0xEC6474) is known color: Froly. HEX triplet: EC, 64 and 74. RGB value is (236,100,116). Sum of RGB (Red+Green+Blue) = 236+100+116=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6474 is #139B8B. Grayscale: #8E8E8E. Windows color (decimal): -1285004 or 7628012. OLE color: 7628012.
HSL color Cylindrical-coordinate representation of color #EC6474: hue angle of 352.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6474 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 116 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.07 |
| HSL | 352.94º | 0.78% | 0.66% | - |
| HSV(B) | 352.94º | 0.58% | 0.93% | - |
| XYZ | 42.3 | 28.21 | 19.74 | - |
| YUV | 142.49 | 113.06 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 116 | 0 | 0.58 | 0.51 | 0.07 | 352.94 | 0.78 | 0.66 |
| Hex | EC | 64 | 74 | 0 | 3A | 33 | 7 | 161 | 4E | 42 |
| Octal | 354 | 144 | 164 | 0 | 72 | 63 | 7 | 541 | 116 | 102 |
| Binary | 11101100 | 1100100 | 1110100 | 0 | 111010 | 110011 | 111 | 101100001 | 1001110 | 1000010 |
Color Harmonies of #EC6474
Complementary color
Monochromatic Colors of #EC6474
Black with #EC6474
Text Example
Text Example
White with #EC6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6474; }
p { color: rgb(236,100,116); }
H1.HeaderClassName
{
color: #EC6474;
}
.AnyTagClassName
{
color: #EC6474;
}
</style>
background-color css
<style>
a { background-color: #EC6474; }
a { background-color: rgb(236,100,116); }
div.DivClassName
{
background-color: #EC6474;
}
.BgClassName
{
background-color: #EC6474;
}
</style>
border-color css
<style>
span { border-color: #EC6474; }
span { border-color: rgb(236,100,116); }
td.TdClassName
{
border-color: #EC6474;
}
.TagClassName
{
border-color: #EC6474;
}
</style>