Shades of Pear #E1F332
Tints of Pear #E1F332
RGB
CMYK
RGB Variations
Color information
#E1F332 (or 0xE1F332) is known color: Pear. HEX triplet: E1, F3 and 32. RGB value is (225,243,50). Sum of RGB (Red+Green+Blue) = 225+243+50=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F332 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1F332 is #1E0CCD. Grayscale: #D8D8D8. Windows color (decimal): -1969358 or 3339233. OLE color: 3339233.
HSL color Cylindrical-coordinate representation of color #E1F332: hue angle of 65.6º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1F332 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 243 | 50 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.05 |
| HSL | 65.6º | 0.89% | 0.57% | - |
| HSV(B) | 65.6º | 0.79% | 0.95% | - |
| XYZ | 63.68 | 80.34 | 15.17 | - |
| YUV | 215.62 | 34.54 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 243 | 50 | 0.07 | 0 | 0.79 | 0.05 | 65.6 | 0.89 | 0.57 |
| Hex | E1 | F3 | 32 | 7 | 0 | 4F | 5 | 42 | 59 | 39 |
| Octal | 341 | 363 | 62 | 7 | 0 | 117 | 5 | 102 | 131 | 71 |
| Binary | 11100001 | 11110011 | 110010 | 111 | 0 | 1001111 | 101 | 1000010 | 1011001 | 111001 |
Color Harmonies of #E1F332
Complementary color
Monochromatic Colors of #E1F332
Black with #E1F332
Text Example
Text Example
White with #E1F332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F332; }
p { color: rgb(225,243,50); }
H1.HeaderClassName
{
color: #E1F332;
}
.AnyTagClassName
{
color: #E1F332;
}
</style>
background-color css
<style>
a { background-color: #E1F332; }
a { background-color: rgb(225,243,50); }
div.DivClassName
{
background-color: #E1F332;
}
.BgClassName
{
background-color: #E1F332;
}
</style>
border-color css
<style>
span { border-color: #E1F332; }
span { border-color: rgb(225,243,50); }
td.TdClassName
{
border-color: #E1F332;
}
.TagClassName
{
border-color: #E1F332;
}
</style>