Shades of Froly #E35C6C
Tints of Froly #E35C6C
RGB
CMYK
RGB Variations
Color information
#E35C6C (or 0xE35C6C) is known color: Froly. HEX triplet: E3, 5C and 6C. RGB value is (227,92,108). Sum of RGB (Red+Green+Blue) = 227+92+108=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C6C is #1CA393. Grayscale: #868686. Windows color (decimal): -1876884 or 7101667. OLE color: 7101667.
HSL color Cylindrical-coordinate representation of color #E35C6C: hue angle of 352.89º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35C6C is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 108 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.11 |
| HSL | 352.89º | 0.71% | 0.63% | - |
| HSV(B) | 352.89º | 0.59% | 0.89% | - |
| XYZ | 38.21 | 25.07 | 17.01 | - |
| YUV | 134.19 | 113.23 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 108 | 0 | 0.59 | 0.52 | 0.11 | 352.89 | 0.71 | 0.63 |
| Hex | E3 | 5C | 6C | 0 | 3B | 34 | B | 161 | 47 | 3F |
| Octal | 343 | 134 | 154 | 0 | 73 | 64 | 13 | 541 | 107 | 77 |
| Binary | 11100011 | 1011100 | 1101100 | 0 | 111011 | 110100 | 1011 | 101100001 | 1000111 | 111111 |
Color Harmonies of #E35C6C
Complementary color
Monochromatic Colors of #E35C6C
Black with #E35C6C
Text Example
Text Example
White with #E35C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C6C; }
p { color: rgb(227,92,108); }
H1.HeaderClassName
{
color: #E35C6C;
}
.AnyTagClassName
{
color: #E35C6C;
}
</style>
background-color css
<style>
a { background-color: #E35C6C; }
a { background-color: rgb(227,92,108); }
div.DivClassName
{
background-color: #E35C6C;
}
.BgClassName
{
background-color: #E35C6C;
}
</style>
border-color css
<style>
span { border-color: #E35C6C; }
span { border-color: rgb(227,92,108); }
td.TdClassName
{
border-color: #E35C6C;
}
.TagClassName
{
border-color: #E35C6C;
}
</style>