Shades of Froly #E27280
Tints of Froly #E27280
RGB
CMYK
RGB Variations
Color information
#E27280 (or 0xE27280) is known color: Froly. HEX triplet: E2, 72 and 80. RGB value is (226,114,128). Sum of RGB (Red+Green+Blue) = 226+114+128=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E27280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27280 is #1D8D7F. Grayscale: #959595. Windows color (decimal): -1936768 or 8418018. OLE color: 8418018.
HSL color Cylindrical-coordinate representation of color #E27280: hue angle of 352.5º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27280 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 128 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.11 |
| HSL | 352.5º | 0.66% | 0.67% | - |
| HSV(B) | 352.5º | 0.5% | 0.89% | - |
| XYZ | 41.28 | 29.76 | 23.99 | - |
| YUV | 149.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 128 | 0 | 0.50 | 0.43 | 0.11 | 352.5 | 0.66 | 0.67 |
| Hex | E2 | 72 | 80 | 0 | 32 | 2B | B | 160 | 42 | 43 |
| Octal | 342 | 162 | 200 | 0 | 62 | 53 | 13 | 540 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10000000 | 0 | 110010 | 101011 | 1011 | 101100000 | 1000010 | 1000011 |
Color Harmonies of #E27280
Complementary color
Monochromatic Colors of #E27280
Black with #E27280
Text Example
Text Example
White with #E27280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27280; }
p { color: rgb(226,114,128); }
H1.HeaderClassName
{
color: #E27280;
}
.AnyTagClassName
{
color: #E27280;
}
</style>
background-color css
<style>
a { background-color: #E27280; }
a { background-color: rgb(226,114,128); }
div.DivClassName
{
background-color: #E27280;
}
.BgClassName
{
background-color: #E27280;
}
</style>
border-color css
<style>
span { border-color: #E27280; }
span { border-color: rgb(226,114,128); }
td.TdClassName
{
border-color: #E27280;
}
.TagClassName
{
border-color: #E27280;
}
</style>