Shades of Froly #EE6B7C
Tints of Froly #EE6B7C
RGB
CMYK
RGB Variations
Color information
#EE6B7C (or 0xEE6B7C) is known color: Froly. HEX triplet: EE, 6B and 7C. RGB value is (238,107,124). Sum of RGB (Red+Green+Blue) = 238+107+124=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B7C is #119483. Grayscale: #949494. Windows color (decimal): -1152132 or 8154094. OLE color: 8154094.
HSL color Cylindrical-coordinate representation of color #EE6B7C: hue angle of 352.21º 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 #EE6B7C is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 124 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.07 |
| HSL | 352.21º | 0.79% | 0.68% | - |
| HSV(B) | 352.21º | 0.55% | 0.93% | - |
| XYZ | 44.16 | 30.15 | 22.56 | - |
| YUV | 148.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 124 | 0 | 0.55 | 0.48 | 0.07 | 352.21 | 0.79 | 0.68 |
| Hex | EE | 6B | 7C | 0 | 37 | 30 | 7 | 160 | 4F | 44 |
| Octal | 356 | 153 | 174 | 0 | 67 | 60 | 7 | 540 | 117 | 104 |
| Binary | 11101110 | 1101011 | 1111100 | 0 | 110111 | 110000 | 111 | 101100000 | 1001111 | 1000100 |
Color Harmonies of #EE6B7C
Complementary color
Monochromatic Colors of #EE6B7C
Black with #EE6B7C
Text Example
Text Example
White with #EE6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B7C; }
p { color: rgb(238,107,124); }
H1.HeaderClassName
{
color: #EE6B7C;
}
.AnyTagClassName
{
color: #EE6B7C;
}
</style>
background-color css
<style>
a { background-color: #EE6B7C; }
a { background-color: rgb(238,107,124); }
div.DivClassName
{
background-color: #EE6B7C;
}
.BgClassName
{
background-color: #EE6B7C;
}
</style>
border-color css
<style>
span { border-color: #EE6B7C; }
span { border-color: rgb(238,107,124); }
td.TdClassName
{
border-color: #EE6B7C;
}
.TagClassName
{
border-color: #EE6B7C;
}
</style>