Shades of Froly #EA636C
Tints of Froly #EA636C
RGB
CMYK
RGB Variations
Color information
#EA636C (or 0xEA636C) is known color: Froly. HEX triplet: EA, 63 and 6C. RGB value is (234,99,108). Sum of RGB (Red+Green+Blue) = 234+99+108=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA636C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA636C is #159C93. Grayscale: #8C8C8C. Windows color (decimal): -1416340 or 7103466. OLE color: 7103466.
HSL color Cylindrical-coordinate representation of color #EA636C: hue angle of 356º 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 #EA636C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 108 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.08 |
| HSL | 356º | 0.76% | 0.65% | - |
| HSV(B) | 356º | 0.58% | 0.92% | - |
| XYZ | 41.1 | 27.5 | 17.33 | - |
| YUV | 140.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 108 | 0 | 0.58 | 0.54 | 0.08 | 356 | 0.76 | 0.65 |
| Hex | EA | 63 | 6C | 0 | 3A | 36 | 8 | 164 | 4C | 41 |
| Octal | 352 | 143 | 154 | 0 | 72 | 66 | 10 | 544 | 114 | 101 |
| Binary | 11101010 | 1100011 | 1101100 | 0 | 111010 | 110110 | 1000 | 101100100 | 1001100 | 1000001 |
Color Harmonies of #EA636C
Complementary color
Monochromatic Colors of #EA636C
Black with #EA636C
Text Example
Text Example
White with #EA636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA636C; }
p { color: rgb(234,99,108); }
H1.HeaderClassName
{
color: #EA636C;
}
.AnyTagClassName
{
color: #EA636C;
}
</style>
background-color css
<style>
a { background-color: #EA636C; }
a { background-color: rgb(234,99,108); }
div.DivClassName
{
background-color: #EA636C;
}
.BgClassName
{
background-color: #EA636C;
}
</style>
border-color css
<style>
span { border-color: #EA636C; }
span { border-color: rgb(234,99,108); }
td.TdClassName
{
border-color: #EA636C;
}
.TagClassName
{
border-color: #EA636C;
}
</style>