Shades of Pear #E1FF44
Tints of Pear #E1FF44
RGB
CMYK
RGB Variations
Color information
#E1FF44 (or 0xE1FF44) is known color: Pear. HEX triplet: E1, FF and 44. RGB value is (225,255,68). Sum of RGB (Red+Green+Blue) = 225+255+68=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 68 (26.95% from 255 or 12.41% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FF44 is #1E00BB. Grayscale: #E1E1E1. Windows color (decimal): -1966268 or 4521953. OLE color: 4521953.
HSL color Cylindrical-coordinate representation of color #E1FF44: hue angle of 69.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1FF44 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 255 | 68 | - |
| CMYK | 0.12 | 0 | 0.73 | 0 |
| HSL | 69.63º | 1% | 0.63% | - |
| HSV(B) | 69.63º | 0.73% | 1% | - |
| XYZ | 67.85 | 87.94 | 18.87 | - |
| YUV | 224.71 | 39.56 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 255 | 68 | 0.12 | 0 | 0.73 | 0 | 69.63 | 1 | 0.63 |
| Hex | E1 | FF | 44 | C | 0 | 49 | 0 | 46 | 64 | 3F |
| Octal | 341 | 377 | 104 | 14 | 0 | 111 | 0 | 106 | 144 | 77 |
| Binary | 11100001 | 11111111 | 1000100 | 1100 | 0 | 1001001 | 0 | 1000110 | 1100100 | 111111 |
Color Harmonies of #E1FF44
Complementary color
Monochromatic Colors of #E1FF44
Black with #E1FF44
Text Example
Text Example
White with #E1FF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FF44; }
p { color: rgb(225,255,68); }
H1.HeaderClassName
{
color: #E1FF44;
}
.AnyTagClassName
{
color: #E1FF44;
}
</style>
background-color css
<style>
a { background-color: #E1FF44; }
a { background-color: rgb(225,255,68); }
div.DivClassName
{
background-color: #E1FF44;
}
.BgClassName
{
background-color: #E1FF44;
}
</style>
border-color css
<style>
span { border-color: #E1FF44; }
span { border-color: rgb(225,255,68); }
td.TdClassName
{
border-color: #E1FF44;
}
.TagClassName
{
border-color: #E1FF44;
}
</style>