Shades of Froly #EE6773
Tints of Froly #EE6773
RGB
CMYK
RGB Variations
Color information
#EE6773 (or 0xEE6773) is known color: Froly. HEX triplet: EE, 67 and 73. RGB value is (238,103,115). Sum of RGB (Red+Green+Blue) = 238+103+115=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6773 is #11988C. Grayscale: #909090. Windows color (decimal): -1153165 or 7563246. OLE color: 7563246.
HSL color Cylindrical-coordinate representation of color #EE6773: hue angle of 354.67º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6773 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 115 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.07 |
| HSL | 354.67º | 0.8% | 0.67% | - |
| HSV(B) | 354.67º | 0.57% | 0.93% | - |
| XYZ | 43.2 | 29.12 | 19.56 | - |
| YUV | 144.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 115 | 0 | 0.57 | 0.52 | 0.07 | 354.67 | 0.8 | 0.67 |
| Hex | EE | 67 | 73 | 0 | 39 | 34 | 7 | 163 | 50 | 43 |
| Octal | 356 | 147 | 163 | 0 | 71 | 64 | 7 | 543 | 120 | 103 |
| Binary | 11101110 | 1100111 | 1110011 | 0 | 111001 | 110100 | 111 | 101100011 | 1010000 | 1000011 |
Color Harmonies of #EE6773
Complementary color
Monochromatic Colors of #EE6773
Black with #EE6773
Text Example
Text Example
White with #EE6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6773; }
p { color: rgb(238,103,115); }
H1.HeaderClassName
{
color: #EE6773;
}
.AnyTagClassName
{
color: #EE6773;
}
</style>
background-color css
<style>
a { background-color: #EE6773; }
a { background-color: rgb(238,103,115); }
div.DivClassName
{
background-color: #EE6773;
}
.BgClassName
{
background-color: #EE6773;
}
</style>
border-color css
<style>
span { border-color: #EE6773; }
span { border-color: rgb(238,103,115); }
td.TdClassName
{
border-color: #EE6773;
}
.TagClassName
{
border-color: #EE6773;
}
</style>