Shades of Pear #E1FC24
Tints of Pear #E1FC24
RGB
CMYK
RGB Variations
Color information
#E1FC24 (or 0xE1FC24) is known color: Pear. HEX triplet: E1, FC and 24. RGB value is (225,252,36). Sum of RGB (Red+Green+Blue) = 225+252+36=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 36 (14.45% from 255 or 7.02% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FC24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FC24 is #1E03DB. Grayscale: #DCDCDC. Windows color (decimal): -1967068 or 2424033. OLE color: 2424033.
HSL color Cylindrical-coordinate representation of color #E1FC24: hue angle of 67.5º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1FC24 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 36 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.01 |
| HSL | 67.5º | 0.97% | 0.56% | - |
| HSV(B) | 67.5º | 0.86% | 0.99% | - |
| XYZ | 66.18 | 85.76 | 14.73 | - |
| YUV | 219.3 | 24.55 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 36 | 0.11 | 0 | 0.86 | 0.01 | 67.5 | 0.97 | 0.56 |
| Hex | E1 | FC | 24 | B | 0 | 56 | 1 | 44 | 61 | 38 |
| Octal | 341 | 374 | 44 | 13 | 0 | 126 | 1 | 104 | 141 | 70 |
| Binary | 11100001 | 11111100 | 100100 | 1011 | 0 | 1010110 | 1 | 1000100 | 1100001 | 111000 |
Color Harmonies of #E1FC24
Complementary color
Monochromatic Colors of #E1FC24
Black with #E1FC24
Text Example
Text Example
White with #E1FC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FC24; }
p { color: rgb(225,252,36); }
H1.HeaderClassName
{
color: #E1FC24;
}
.AnyTagClassName
{
color: #E1FC24;
}
</style>
background-color css
<style>
a { background-color: #E1FC24; }
a { background-color: rgb(225,252,36); }
div.DivClassName
{
background-color: #E1FC24;
}
.BgClassName
{
background-color: #E1FC24;
}
</style>
border-color css
<style>
span { border-color: #E1FC24; }
span { border-color: rgb(225,252,36); }
td.TdClassName
{
border-color: #E1FC24;
}
.TagClassName
{
border-color: #E1FC24;
}
</style>