Shades of Froly #EE6A7B
Tints of Froly #EE6A7B
RGB
CMYK
RGB Variations
Color information
#EE6A7B (or 0xEE6A7B) is known color: Froly. HEX triplet: EE, 6A and 7B. RGB value is (238,106,123). Sum of RGB (Red+Green+Blue) = 238+106+123=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A7B is #119584. Grayscale: #939393. Windows color (decimal): -1152389 or 8088302. OLE color: 8088302.
HSL color Cylindrical-coordinate representation of color #EE6A7B: hue angle of 352.27º 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 #EE6A7B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 123 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.07 |
| HSL | 352.27º | 0.8% | 0.67% | - |
| HSV(B) | 352.27º | 0.55% | 0.93% | - |
| XYZ | 43.99 | 29.92 | 22.19 | - |
| YUV | 147.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 123 | 0 | 0.55 | 0.48 | 0.07 | 352.27 | 0.8 | 0.67 |
| Hex | EE | 6A | 7B | 0 | 37 | 30 | 7 | 160 | 50 | 43 |
| Octal | 356 | 152 | 173 | 0 | 67 | 60 | 7 | 540 | 120 | 103 |
| Binary | 11101110 | 1101010 | 1111011 | 0 | 110111 | 110000 | 111 | 101100000 | 1010000 | 1000011 |
Color Harmonies of #EE6A7B
Complementary color
Monochromatic Colors of #EE6A7B
Black with #EE6A7B
Text Example
Text Example
White with #EE6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A7B; }
p { color: rgb(238,106,123); }
H1.HeaderClassName
{
color: #EE6A7B;
}
.AnyTagClassName
{
color: #EE6A7B;
}
</style>
background-color css
<style>
a { background-color: #EE6A7B; }
a { background-color: rgb(238,106,123); }
div.DivClassName
{
background-color: #EE6A7B;
}
.BgClassName
{
background-color: #EE6A7B;
}
</style>
border-color css
<style>
span { border-color: #EE6A7B; }
span { border-color: rgb(238,106,123); }
td.TdClassName
{
border-color: #EE6A7B;
}
.TagClassName
{
border-color: #EE6A7B;
}
</style>