Shades of Froly #EE6B7A
Tints of Froly #EE6B7A
RGB
CMYK
RGB Variations
Color information
#EE6B7A (or 0xEE6B7A) is known color: Froly. HEX triplet: EE, 6B and 7A. RGB value is (238,107,122). Sum of RGB (Red+Green+Blue) = 238+107+122=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B7A is #119485. Grayscale: #939393. Windows color (decimal): -1152134 or 8023022. OLE color: 8023022.
HSL color Cylindrical-coordinate representation of color #EE6B7A: hue angle of 353.13º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6B7A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 122 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.07 |
| HSL | 353.13º | 0.79% | 0.68% | - |
| HSV(B) | 353.13º | 0.55% | 0.93% | - |
| XYZ | 44.03 | 30.1 | 21.9 | - |
| YUV | 147.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 122 | 0 | 0.55 | 0.49 | 0.07 | 353.13 | 0.79 | 0.68 |
| Hex | EE | 6B | 7A | 0 | 37 | 31 | 7 | 161 | 4F | 44 |
| Octal | 356 | 153 | 172 | 0 | 67 | 61 | 7 | 541 | 117 | 104 |
| Binary | 11101110 | 1101011 | 1111010 | 0 | 110111 | 110001 | 111 | 101100001 | 1001111 | 1000100 |
Color Harmonies of #EE6B7A
Complementary color
Monochromatic Colors of #EE6B7A
Black with #EE6B7A
Text Example
Text Example
White with #EE6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B7A; }
p { color: rgb(238,107,122); }
H1.HeaderClassName
{
color: #EE6B7A;
}
.AnyTagClassName
{
color: #EE6B7A;
}
</style>
background-color css
<style>
a { background-color: #EE6B7A; }
a { background-color: rgb(238,107,122); }
div.DivClassName
{
background-color: #EE6B7A;
}
.BgClassName
{
background-color: #EE6B7A;
}
</style>
border-color css
<style>
span { border-color: #EE6B7A; }
span { border-color: rgb(238,107,122); }
td.TdClassName
{
border-color: #EE6B7A;
}
.TagClassName
{
border-color: #EE6B7A;
}
</style>