Shades of Froly #EA6773
Tints of Froly #EA6773
RGB
CMYK
RGB Variations
Color information
#EA6773 (or 0xEA6773) is known color: Froly. HEX triplet: EA, 67 and 73. RGB value is (234,103,115). Sum of RGB (Red+Green+Blue) = 234+103+115=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6773 is #15988C. Grayscale: #8F8F8F. Windows color (decimal): -1415309 or 7563242. OLE color: 7563242.
HSL color Cylindrical-coordinate representation of color #EA6773: hue angle of 354.5º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6773 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 115 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.08 |
| HSL | 354.5º | 0.76% | 0.66% | - |
| HSV(B) | 354.5º | 0.56% | 0.92% | - |
| XYZ | 41.88 | 28.43 | 19.5 | - |
| YUV | 143.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 115 | 0 | 0.56 | 0.51 | 0.08 | 354.5 | 0.76 | 0.66 |
| Hex | EA | 67 | 73 | 0 | 38 | 33 | 8 | 163 | 4C | 42 |
| Octal | 352 | 147 | 163 | 0 | 70 | 63 | 10 | 543 | 114 | 102 |
| Binary | 11101010 | 1100111 | 1110011 | 0 | 111000 | 110011 | 1000 | 101100011 | 1001100 | 1000010 |
Color Harmonies of #EA6773
Complementary color
Monochromatic Colors of #EA6773
Black with #EA6773
Text Example
Text Example
White with #EA6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6773; }
p { color: rgb(234,103,115); }
H1.HeaderClassName
{
color: #EA6773;
}
.AnyTagClassName
{
color: #EA6773;
}
</style>
background-color css
<style>
a { background-color: #EA6773; }
a { background-color: rgb(234,103,115); }
div.DivClassName
{
background-color: #EA6773;
}
.BgClassName
{
background-color: #EA6773;
}
</style>
border-color css
<style>
span { border-color: #EA6773; }
span { border-color: rgb(234,103,115); }
td.TdClassName
{
border-color: #EA6773;
}
.TagClassName
{
border-color: #EA6773;
}
</style>