Shades of Reef #E1FDA2
Tints of Reef #E1FDA2
RGB
CMYK
RGB Variations
Color information
#E1FDA2 (or 0xE1FDA2) is known color: Reef. HEX triplet: E1, FD and A2. RGB value is (225,253,162). Sum of RGB (Red+Green+Blue) = 225+253+162=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 162 (63.67% from 255 or 25.31% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FDA2 is #1E025D. Grayscale: #EAEAEA. Windows color (decimal): -1966686 or 10681825. OLE color: 10681825.
HSL color Cylindrical-coordinate representation of color #E1FDA2: hue angle of 78.46º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1FDA2 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 162 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.01 |
| HSL | 78.46º | 0.96% | 0.81% | - |
| HSV(B) | 78.46º | 0.36% | 0.99% | - |
| XYZ | 72.7 | 88.87 | 47.5 | - |
| YUV | 234.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 162 | 0.11 | 0 | 0.36 | 0.01 | 78.46 | 0.96 | 0.81 |
| Hex | E1 | FD | A2 | B | 0 | 24 | 1 | 4E | 60 | 51 |
| Octal | 341 | 375 | 242 | 13 | 0 | 44 | 1 | 116 | 140 | 121 |
| Binary | 11100001 | 11111101 | 10100010 | 1011 | 0 | 100100 | 1 | 1001110 | 1100000 | 1010001 |
Color Harmonies of #E1FDA2
Complementary color
Monochromatic Colors of #E1FDA2
Black with #E1FDA2
Text Example
Text Example
White with #E1FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDA2; }
p { color: rgb(225,253,162); }
H1.HeaderClassName
{
color: #E1FDA2;
}
.AnyTagClassName
{
color: #E1FDA2;
}
</style>
background-color css
<style>
a { background-color: #E1FDA2; }
a { background-color: rgb(225,253,162); }
div.DivClassName
{
background-color: #E1FDA2;
}
.BgClassName
{
background-color: #E1FDA2;
}
</style>
border-color css
<style>
span { border-color: #E1FDA2; }
span { border-color: rgb(225,253,162); }
td.TdClassName
{
border-color: #E1FDA2;
}
.TagClassName
{
border-color: #E1FDA2;
}
</style>