Shades of Pear #E1F628
Tints of Pear #E1F628
RGB
CMYK
RGB Variations
Color information
#E1F628 (or 0xE1F628) is known color: Pear. HEX triplet: E1, F6 and 28. RGB value is (225,246,40). Sum of RGB (Red+Green+Blue) = 225+246+40=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F628 is #1E09D7. Grayscale: #D9D9D9. Windows color (decimal): -1968600 or 2684641. OLE color: 2684641.
HSL color Cylindrical-coordinate representation of color #E1F628: hue angle of 66.12º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1F628 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 246 | 40 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.04 |
| HSL | 66.12º | 0.92% | 0.56% | - |
| HSV(B) | 66.12º | 0.84% | 0.96% | - |
| XYZ | 64.39 | 82.07 | 14.46 | - |
| YUV | 216.24 | 28.54 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 40 | 0.09 | 0 | 0.84 | 0.04 | 66.12 | 0.92 | 0.56 |
| Hex | E1 | F6 | 28 | 9 | 0 | 54 | 4 | 42 | 5C | 38 |
| Octal | 341 | 366 | 50 | 11 | 0 | 124 | 4 | 102 | 134 | 70 |
| Binary | 11100001 | 11110110 | 101000 | 1001 | 0 | 1010100 | 100 | 1000010 | 1011100 | 111000 |
Color Harmonies of #E1F628
Complementary color
Monochromatic Colors of #E1F628
Black with #E1F628
Text Example
Text Example
White with #E1F628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F628; }
p { color: rgb(225,246,40); }
H1.HeaderClassName
{
color: #E1F628;
}
.AnyTagClassName
{
color: #E1F628;
}
</style>
background-color css
<style>
a { background-color: #E1F628; }
a { background-color: rgb(225,246,40); }
div.DivClassName
{
background-color: #E1F628;
}
.BgClassName
{
background-color: #E1F628;
}
</style>
border-color css
<style>
span { border-color: #E1F628; }
span { border-color: rgb(225,246,40); }
td.TdClassName
{
border-color: #E1F628;
}
.TagClassName
{
border-color: #E1F628;
}
</style>