Shades of Pear #E1FA28
Tints of Pear #E1FA28
RGB
CMYK
RGB Variations
Color information
#E1FA28 (or 0xE1FA28) is known color: Pear. HEX triplet: E1, FA and 28. RGB value is (225,250,40). Sum of RGB (Red+Green+Blue) = 225+250+40=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FA28 is #1E05D7. Grayscale: #DBDBDB. Windows color (decimal): -1967576 or 2685665. OLE color: 2685665.
HSL color Cylindrical-coordinate representation of color #E1FA28: hue angle of 67.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1FA28 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 40 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.02 |
| HSL | 67.14º | 0.95% | 0.57% | - |
| HSV(B) | 67.14º | 0.84% | 0.98% | - |
| XYZ | 65.62 | 84.53 | 14.87 | - |
| YUV | 218.59 | 27.22 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 40 | 0.10 | 0 | 0.84 | 0.02 | 67.14 | 0.95 | 0.57 |
| Hex | E1 | FA | 28 | A | 0 | 54 | 2 | 43 | 5F | 39 |
| Octal | 341 | 372 | 50 | 12 | 0 | 124 | 2 | 103 | 137 | 71 |
| Binary | 11100001 | 11111010 | 101000 | 1010 | 0 | 1010100 | 10 | 1000011 | 1011111 | 111001 |
Color Harmonies of #E1FA28
Complementary color
Monochromatic Colors of #E1FA28
Black with #E1FA28
Text Example
Text Example
White with #E1FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FA28; }
p { color: rgb(225,250,40); }
H1.HeaderClassName
{
color: #E1FA28;
}
.AnyTagClassName
{
color: #E1FA28;
}
</style>
background-color css
<style>
a { background-color: #E1FA28; }
a { background-color: rgb(225,250,40); }
div.DivClassName
{
background-color: #E1FA28;
}
.BgClassName
{
background-color: #E1FA28;
}
</style>
border-color css
<style>
span { border-color: #E1FA28; }
span { border-color: rgb(225,250,40); }
td.TdClassName
{
border-color: #E1FA28;
}
.TagClassName
{
border-color: #E1FA28;
}
</style>