Shades of Froly #EE6A7A
Tints of Froly #EE6A7A
RGB
CMYK
RGB Variations
Color information
#EE6A7A (or 0xEE6A7A) is known color: Froly. HEX triplet: EE, 6A and 7A. RGB value is (238,106,122). Sum of RGB (Red+Green+Blue) = 238+106+122=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A7A is #119585. Grayscale: #939393. Windows color (decimal): -1152390 or 8022766. OLE color: 8022766.
HSL color Cylindrical-coordinate representation of color #EE6A7A: hue angle of 352.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6A7A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 122 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.07 |
| HSL | 352.73º | 0.8% | 0.67% | - |
| HSV(B) | 352.73º | 0.55% | 0.93% | - |
| XYZ | 43.93 | 29.89 | 21.87 | - |
| YUV | 147.29 | 113.73 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 122 | 0 | 0.55 | 0.49 | 0.07 | 352.73 | 0.8 | 0.67 |
| Hex | EE | 6A | 7A | 0 | 37 | 31 | 7 | 161 | 50 | 43 |
| Octal | 356 | 152 | 172 | 0 | 67 | 61 | 7 | 541 | 120 | 103 |
| Binary | 11101110 | 1101010 | 1111010 | 0 | 110111 | 110001 | 111 | 101100001 | 1010000 | 1000011 |
Color Harmonies of #EE6A7A
Complementary color
Monochromatic Colors of #EE6A7A
Black with #EE6A7A
Text Example
Text Example
White with #EE6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A7A; }
p { color: rgb(238,106,122); }
H1.HeaderClassName
{
color: #EE6A7A;
}
.AnyTagClassName
{
color: #EE6A7A;
}
</style>
background-color css
<style>
a { background-color: #EE6A7A; }
a { background-color: rgb(238,106,122); }
div.DivClassName
{
background-color: #EE6A7A;
}
.BgClassName
{
background-color: #EE6A7A;
}
</style>
border-color css
<style>
span { border-color: #EE6A7A; }
span { border-color: rgb(238,106,122); }
td.TdClassName
{
border-color: #EE6A7A;
}
.TagClassName
{
border-color: #EE6A7A;
}
</style>