Shades of Reef #E1FAA2
Tints of Reef #E1FAA2
RGB
CMYK
RGB Variations
Color information
#E1FAA2 (or 0xE1FAA2) is known color: Reef. HEX triplet: E1, FA and A2. RGB value is (225,250,162). Sum of RGB (Red+Green+Blue) = 225+250+162=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FAA2 is #1E055D. Grayscale: #E8E8E8. Windows color (decimal): -1967454 or 10681057. OLE color: 10681057.
HSL color Cylindrical-coordinate representation of color #E1FAA2: hue angle of 77.05º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1FAA2 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 162 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.02 |
| HSL | 77.05º | 0.9% | 0.81% | - |
| HSV(B) | 77.05º | 0.35% | 0.98% | - |
| XYZ | 71.76 | 86.99 | 47.19 | - |
| YUV | 232.49 | 88.22 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 162 | 0.10 | 0 | 0.35 | 0.02 | 77.05 | 0.9 | 0.81 |
| Hex | E1 | FA | A2 | A | 0 | 23 | 2 | 4D | 5A | 51 |
| Octal | 341 | 372 | 242 | 12 | 0 | 43 | 2 | 115 | 132 | 121 |
| Binary | 11100001 | 11111010 | 10100010 | 1010 | 0 | 100011 | 10 | 1001101 | 1011010 | 1010001 |
Color Harmonies of #E1FAA2
Complementary color
Monochromatic Colors of #E1FAA2
Black with #E1FAA2
Text Example
Text Example
White with #E1FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAA2; }
p { color: rgb(225,250,162); }
H1.HeaderClassName
{
color: #E1FAA2;
}
.AnyTagClassName
{
color: #E1FAA2;
}
</style>
background-color css
<style>
a { background-color: #E1FAA2; }
a { background-color: rgb(225,250,162); }
div.DivClassName
{
background-color: #E1FAA2;
}
.BgClassName
{
background-color: #E1FAA2;
}
</style>
border-color css
<style>
span { border-color: #E1FAA2; }
span { border-color: rgb(225,250,162); }
td.TdClassName
{
border-color: #E1FAA2;
}
.TagClassName
{
border-color: #E1FAA2;
}
</style>