Shades of Froly #EA6677
Tints of Froly #EA6677
RGB
CMYK
RGB Variations
Color information
#EA6677 (or 0xEA6677) is known color: Froly. HEX triplet: EA, 66 and 77. RGB value is (234,102,119). Sum of RGB (Red+Green+Blue) = 234+102+119=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6677 is #159988. Grayscale: #8F8F8F. Windows color (decimal): -1415561 or 7825130. OLE color: 7825130.
HSL color Cylindrical-coordinate representation of color #EA6677: hue angle of 352.27º 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 #EA6677 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 119 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.08 |
| HSL | 352.27º | 0.76% | 0.66% | - |
| HSV(B) | 352.27º | 0.56% | 0.92% | - |
| XYZ | 42.01 | 28.33 | 20.71 | - |
| YUV | 143.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 119 | 0 | 0.56 | 0.49 | 0.08 | 352.27 | 0.76 | 0.66 |
| Hex | EA | 66 | 77 | 0 | 38 | 31 | 8 | 160 | 4C | 42 |
| Octal | 352 | 146 | 167 | 0 | 70 | 61 | 10 | 540 | 114 | 102 |
| Binary | 11101010 | 1100110 | 1110111 | 0 | 111000 | 110001 | 1000 | 101100000 | 1001100 | 1000010 |
Color Harmonies of #EA6677
Complementary color
Monochromatic Colors of #EA6677
Black with #EA6677
Text Example
Text Example
White with #EA6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6677; }
p { color: rgb(234,102,119); }
H1.HeaderClassName
{
color: #EA6677;
}
.AnyTagClassName
{
color: #EA6677;
}
</style>
background-color css
<style>
a { background-color: #EA6677; }
a { background-color: rgb(234,102,119); }
div.DivClassName
{
background-color: #EA6677;
}
.BgClassName
{
background-color: #EA6677;
}
</style>
border-color css
<style>
span { border-color: #EA6677; }
span { border-color: rgb(234,102,119); }
td.TdClassName
{
border-color: #EA6677;
}
.TagClassName
{
border-color: #EA6677;
}
</style>