Shades of Reef #E1FEA2
Tints of Reef #E1FEA2
RGB
CMYK
RGB Variations
Color information
#E1FEA2 (or 0xE1FEA2) is known color: Reef. HEX triplet: E1, FE and A2. RGB value is (225,254,162). Sum of RGB (Red+Green+Blue) = 225+254+162=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 162 (63.67% from 255 or 25.27% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #E1FEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FEA2 is #1E015D. Grayscale: #EBEBEB. Windows color (decimal): -1966430 or 10682081. OLE color: 10682081.
HSL color Cylindrical-coordinate representation of color #E1FEA2: hue angle of 78.91º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1FEA2 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 254 | 162 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.00 |
| HSL | 78.91º | 0.98% | 0.82% | - |
| HSV(B) | 78.91º | 0.36% | 1% | - |
| XYZ | 73.01 | 89.5 | 47.61 | - |
| YUV | 234.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 254 | 162 | 0.11 | 0 | 0.36 | 0.00 | 78.91 | 0.98 | 0.82 |
| Hex | E1 | FE | A2 | B | 0 | 24 | 0 | 4F | 62 | 52 |
| Octal | 341 | 376 | 242 | 13 | 0 | 44 | 0 | 117 | 142 | 122 |
| Binary | 11100001 | 11111110 | 10100010 | 1011 | 0 | 100100 | 0 | 1001111 | 1100010 | 1010010 |
Color Harmonies of #E1FEA2
Complementary color
Monochromatic Colors of #E1FEA2
Black with #E1FEA2
Text Example
Text Example
White with #E1FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FEA2; }
p { color: rgb(225,254,162); }
H1.HeaderClassName
{
color: #E1FEA2;
}
.AnyTagClassName
{
color: #E1FEA2;
}
</style>
background-color css
<style>
a { background-color: #E1FEA2; }
a { background-color: rgb(225,254,162); }
div.DivClassName
{
background-color: #E1FEA2;
}
.BgClassName
{
background-color: #E1FEA2;
}
</style>
border-color css
<style>
span { border-color: #E1FEA2; }
span { border-color: rgb(225,254,162); }
td.TdClassName
{
border-color: #E1FEA2;
}
.TagClassName
{
border-color: #E1FEA2;
}
</style>