Shades of Pear #E1F134
Tints of Pear #E1F134
RGB
CMYK
RGB Variations
Color information
#E1F134 (or 0xE1F134) is known color: Pear. HEX triplet: E1, F1 and 34. RGB value is (225,241,52). Sum of RGB (Red+Green+Blue) = 225+241+52=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F134 is #1E0ECB. Grayscale: #D7D7D7. Windows color (decimal): -1969868 or 3469793. OLE color: 3469793.
HSL color Cylindrical-coordinate representation of color #E1F134: hue angle of 65.08º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1F134 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 52 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.05 |
| HSL | 65.08º | 0.87% | 0.57% | - |
| HSV(B) | 65.08º | 0.78% | 0.95% | - |
| XYZ | 63.13 | 79.17 | 15.2 | - |
| YUV | 214.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 52 | 0.07 | 0 | 0.78 | 0.05 | 65.08 | 0.87 | 0.57 |
| Hex | E1 | F1 | 34 | 7 | 0 | 4E | 5 | 41 | 57 | 39 |
| Octal | 341 | 361 | 64 | 7 | 0 | 116 | 5 | 101 | 127 | 71 |
| Binary | 11100001 | 11110001 | 110100 | 111 | 0 | 1001110 | 101 | 1000001 | 1010111 | 111001 |
Color Harmonies of #E1F134
Complementary color
Monochromatic Colors of #E1F134
Black with #E1F134
Text Example
Text Example
White with #E1F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F134; }
p { color: rgb(225,241,52); }
H1.HeaderClassName
{
color: #E1F134;
}
.AnyTagClassName
{
color: #E1F134;
}
</style>
background-color css
<style>
a { background-color: #E1F134; }
a { background-color: rgb(225,241,52); }
div.DivClassName
{
background-color: #E1F134;
}
.BgClassName
{
background-color: #E1F134;
}
</style>
border-color css
<style>
span { border-color: #E1F134; }
span { border-color: rgb(225,241,52); }
td.TdClassName
{
border-color: #E1F134;
}
.TagClassName
{
border-color: #E1F134;
}
</style>