Shades of Froly #EC6367
Tints of Froly #EC6367
RGB
CMYK
RGB Variations
Color information
#EC6367 (or 0xEC6367) is known color: Froly. HEX triplet: EC, 63 and 67. RGB value is (236,99,103). Sum of RGB (Red+Green+Blue) = 236+99+103=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6367 is #139C98. Grayscale: #8C8C8C. Windows color (decimal): -1285273 or 6775788. OLE color: 6775788.
HSL color Cylindrical-coordinate representation of color #EC6367: hue angle of 358.25º 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 #EC6367 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 103 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.07 |
| HSL | 358.25º | 0.78% | 0.66% | - |
| HSV(B) | 358.25º | 0.58% | 0.93% | - |
| XYZ | 41.5 | 27.74 | 16 | - |
| YUV | 140.42 | 106.89 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 103 | 0 | 0.58 | 0.56 | 0.07 | 358.25 | 0.78 | 0.66 |
| Hex | EC | 63 | 67 | 0 | 3A | 38 | 7 | 166 | 4E | 42 |
| Octal | 354 | 143 | 147 | 0 | 72 | 70 | 7 | 546 | 116 | 102 |
| Binary | 11101100 | 1100011 | 1100111 | 0 | 111010 | 111000 | 111 | 101100110 | 1001110 | 1000010 |
Color Harmonies of #EC6367
Complementary color
Monochromatic Colors of #EC6367
Black with #EC6367
Text Example
Text Example
White with #EC6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6367; }
p { color: rgb(236,99,103); }
H1.HeaderClassName
{
color: #EC6367;
}
.AnyTagClassName
{
color: #EC6367;
}
</style>
background-color css
<style>
a { background-color: #EC6367; }
a { background-color: rgb(236,99,103); }
div.DivClassName
{
background-color: #EC6367;
}
.BgClassName
{
background-color: #EC6367;
}
</style>
border-color css
<style>
span { border-color: #EC6367; }
span { border-color: rgb(236,99,103); }
td.TdClassName
{
border-color: #EC6367;
}
.TagClassName
{
border-color: #EC6367;
}
</style>