Shades of Pear #E1F525
Tints of Pear #E1F525
RGB
CMYK
RGB Variations
Color information
#E1F525 (or 0xE1F525) is known color: Pear. HEX triplet: E1, F5 and 25. RGB value is (225,245,37). Sum of RGB (Red+Green+Blue) = 225+245+37=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 37 (14.84% from 255 or 7.30% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F525 is #1E0ADA. Grayscale: #D8D8D8. Windows color (decimal): -1968859 or 2487777. OLE color: 2487777.
HSL color Cylindrical-coordinate representation of color #E1F525: hue angle of 65.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1F525 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 245 | 37 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.04 |
| HSL | 65.77º | 0.91% | 0.55% | - |
| HSV(B) | 65.77º | 0.85% | 0.96% | - |
| XYZ | 64.04 | 81.45 | 14.1 | - |
| YUV | 215.31 | 27.37 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 245 | 37 | 0.08 | 0 | 0.85 | 0.04 | 65.77 | 0.91 | 0.55 |
| Hex | E1 | F5 | 25 | 8 | 0 | 55 | 4 | 42 | 5B | 37 |
| Octal | 341 | 365 | 45 | 10 | 0 | 125 | 4 | 102 | 133 | 67 |
| Binary | 11100001 | 11110101 | 100101 | 1000 | 0 | 1010101 | 100 | 1000010 | 1011011 | 110111 |
Color Harmonies of #E1F525
Complementary color
Monochromatic Colors of #E1F525
Black with #E1F525
Text Example
Text Example
White with #E1F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F525; }
p { color: rgb(225,245,37); }
H1.HeaderClassName
{
color: #E1F525;
}
.AnyTagClassName
{
color: #E1F525;
}
</style>
background-color css
<style>
a { background-color: #E1F525; }
a { background-color: rgb(225,245,37); }
div.DivClassName
{
background-color: #E1F525;
}
.BgClassName
{
background-color: #E1F525;
}
</style>
border-color css
<style>
span { border-color: #E1F525; }
span { border-color: rgb(225,245,37); }
td.TdClassName
{
border-color: #E1F525;
}
.TagClassName
{
border-color: #E1F525;
}
</style>