Shades of Froly #E38081
Tints of Froly #E38081
RGB
CMYK
RGB Variations
Color information
#E38081 (or 0xE38081) is known color: Froly. HEX triplet: E3, 80 and 81. RGB value is (227,128,129). Sum of RGB (Red+Green+Blue) = 227+128+129=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E38081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38081 is #1C7F7E. Grayscale: #9D9D9D. Windows color (decimal): -1867647 or 8487139. OLE color: 8487139.
HSL color Cylindrical-coordinate representation of color #E38081: hue angle of 359.39º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E38081 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 129 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.11 |
| HSL | 359.39º | 0.64% | 0.7% | - |
| HSV(B) | 359.39º | 0.44% | 0.89% | - |
| XYZ | 43.36 | 33.35 | 24.92 | - |
| YUV | 157.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 129 | 0 | 0.44 | 0.43 | 0.11 | 359.39 | 0.64 | 0.7 |
| Hex | E3 | 80 | 81 | 0 | 2C | 2B | B | 167 | 40 | 46 |
| Octal | 343 | 200 | 201 | 0 | 54 | 53 | 13 | 547 | 100 | 106 |
| Binary | 11100011 | 10000000 | 10000001 | 0 | 101100 | 101011 | 1011 | 101100111 | 1000000 | 1000110 |
Color Harmonies of #E38081
Complementary color
Monochromatic Colors of #E38081
Black with #E38081
Text Example
Text Example
White with #E38081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38081; }
p { color: rgb(227,128,129); }
H1.HeaderClassName
{
color: #E38081;
}
.AnyTagClassName
{
color: #E38081;
}
</style>
background-color css
<style>
a { background-color: #E38081; }
a { background-color: rgb(227,128,129); }
div.DivClassName
{
background-color: #E38081;
}
.BgClassName
{
background-color: #E38081;
}
</style>
border-color css
<style>
span { border-color: #E38081; }
span { border-color: rgb(227,128,129); }
td.TdClassName
{
border-color: #E38081;
}
.TagClassName
{
border-color: #E38081;
}
</style>