Shades of Reef #E1FFA8
Tints of Reef #E1FFA8
RGB
CMYK
RGB Variations
Color information
#E1FFA8 (or 0xE1FFA8) is known color: Reef. HEX triplet: E1, FF and A8. RGB value is (225,255,168). Sum of RGB (Red+Green+Blue) = 225+255+168=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 168 (66.02% from 255 or 25.93% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFA8 is #1E0057. Grayscale: #ECECEC. Windows color (decimal): -1966168 or 11075553. OLE color: 11075553.
HSL color Cylindrical-coordinate representation of color #E1FFA8: hue angle of 80.69º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1FFA8 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 168 | - |
| CMYK | 0.12 | 0 | 0.34 | 0 |
| HSL | 80.69º | 1% | 0.83% | - |
| HSV(B) | 80.69º | 0.34% | 1% | - |
| XYZ | 73.88 | 90.35 | 50.59 | - |
| YUV | 236.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 168 | 0.12 | 0 | 0.34 | 0 | 80.69 | 1 | 0.83 |
| Hex | E1 | FF | A8 | C | 0 | 22 | 0 | 51 | 64 | 53 |
| Octal | 341 | 377 | 250 | 14 | 0 | 42 | 0 | 121 | 144 | 123 |
| Binary | 11100001 | 11111111 | 10101000 | 1100 | 0 | 100010 | 0 | 1010001 | 1100100 | 1010011 |
Color Harmonies of #E1FFA8
Complementary color
Monochromatic Colors of #E1FFA8
Black with #E1FFA8
Text Example
Text Example
White with #E1FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FFA8; }
p { color: rgb(225,255,168); }
H1.HeaderClassName
{
color: #E1FFA8;
}
.AnyTagClassName
{
color: #E1FFA8;
}
</style>
background-color css
<style>
a { background-color: #E1FFA8; }
a { background-color: rgb(225,255,168); }
div.DivClassName
{
background-color: #E1FFA8;
}
.BgClassName
{
background-color: #E1FFA8;
}
</style>
border-color css
<style>
span { border-color: #E1FFA8; }
span { border-color: rgb(225,255,168); }
td.TdClassName
{
border-color: #E1FFA8;
}
.TagClassName
{
border-color: #E1FFA8;
}
</style>