Shades of Pear #E1FD42
Tints of Pear #E1FD42
RGB
CMYK
RGB Variations
Color information
#E1FD42 (or 0xE1FD42) is known color: Pear. HEX triplet: E1, FD and 42. RGB value is (225,253,66). Sum of RGB (Red+Green+Blue) = 225+253+66=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 66 (26.17% from 255 or 12.13% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FD42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1FD42 is #1E02BD. Grayscale: #E0E0E0. Windows color (decimal): -1966782 or 4390369. OLE color: 4390369.
HSL color Cylindrical-coordinate representation of color #E1FD42: hue angle of 68.98º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1FD42 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 66 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.01 |
| HSL | 68.98º | 0.98% | 0.63% | - |
| HSV(B) | 68.98º | 0.74% | 0.99% | - |
| XYZ | 67.16 | 86.65 | 18.34 | - |
| YUV | 223.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 66 | 0.11 | 0 | 0.74 | 0.01 | 68.98 | 0.98 | 0.63 |
| Hex | E1 | FD | 42 | B | 0 | 4A | 1 | 45 | 62 | 3F |
| Octal | 341 | 375 | 102 | 13 | 0 | 112 | 1 | 105 | 142 | 77 |
| Binary | 11100001 | 11111101 | 1000010 | 1011 | 0 | 1001010 | 1 | 1000101 | 1100010 | 111111 |
Color Harmonies of #E1FD42
Complementary color
Monochromatic Colors of #E1FD42
Black with #E1FD42
Text Example
Text Example
White with #E1FD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FD42; }
p { color: rgb(225,253,66); }
H1.HeaderClassName
{
color: #E1FD42;
}
.AnyTagClassName
{
color: #E1FD42;
}
</style>
background-color css
<style>
a { background-color: #E1FD42; }
a { background-color: rgb(225,253,66); }
div.DivClassName
{
background-color: #E1FD42;
}
.BgClassName
{
background-color: #E1FD42;
}
</style>
border-color css
<style>
span { border-color: #E1FD42; }
span { border-color: rgb(225,253,66); }
td.TdClassName
{
border-color: #E1FD42;
}
.TagClassName
{
border-color: #E1FD42;
}
</style>