Shades of Pear #E1FC31
Tints of Pear #E1FC31
RGB
CMYK
RGB Variations
Color information
#E1FC31 (or 0xE1FC31) is known color: Pear. HEX triplet: E1, FC and 31. RGB value is (225,252,49). Sum of RGB (Red+Green+Blue) = 225+252+49=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 49 (19.53% from 255 or 9.32% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FC31 is #1E03CE. Grayscale: #DDDDDD. Windows color (decimal): -1967055 or 3276001. OLE color: 3276001.
HSL color Cylindrical-coordinate representation of color #E1FC31: hue angle of 67.98º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1FC31 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 49 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.01 |
| HSL | 67.98º | 0.97% | 0.59% | - |
| HSV(B) | 67.98º | 0.81% | 0.99% | - |
| XYZ | 66.42 | 85.85 | 15.98 | - |
| YUV | 220.79 | 31.05 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 49 | 0.11 | 0 | 0.81 | 0.01 | 67.98 | 0.97 | 0.59 |
| Hex | E1 | FC | 31 | B | 0 | 51 | 1 | 44 | 61 | 3B |
| Octal | 341 | 374 | 61 | 13 | 0 | 121 | 1 | 104 | 141 | 73 |
| Binary | 11100001 | 11111100 | 110001 | 1011 | 0 | 1010001 | 1 | 1000100 | 1100001 | 111011 |
Color Harmonies of #E1FC31
Complementary color
Monochromatic Colors of #E1FC31
Black with #E1FC31
Text Example
Text Example
White with #E1FC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FC31; }
p { color: rgb(225,252,49); }
H1.HeaderClassName
{
color: #E1FC31;
}
.AnyTagClassName
{
color: #E1FC31;
}
</style>
background-color css
<style>
a { background-color: #E1FC31; }
a { background-color: rgb(225,252,49); }
div.DivClassName
{
background-color: #E1FC31;
}
.BgClassName
{
background-color: #E1FC31;
}
</style>
border-color css
<style>
span { border-color: #E1FC31; }
span { border-color: rgb(225,252,49); }
td.TdClassName
{
border-color: #E1FC31;
}
.TagClassName
{
border-color: #E1FC31;
}
</style>