Shades of Paris Daisy #E8FE44
Tints of Paris Daisy #E8FE44
RGB
CMYK
RGB Variations
Color information
#E8FE44 (or 0xE8FE44) is known color: Paris Daisy. HEX triplet: E8, FE and 44. RGB value is (232,254,68). Sum of RGB (Red+Green+Blue) = 232+254+68=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 68 (26.95% from 255 or 12.27% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #E8FE44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8FE44 is #1701BB. Grayscale: #E2E2E2. Windows color (decimal): -1507772 or 4521704. OLE color: 4521704.
HSL color Cylindrical-coordinate representation of color #E8FE44: hue angle of 67.1º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8FE44 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 254 | 68 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.00 |
| HSL | 67.1º | 0.99% | 0.63% | - |
| HSV(B) | 67.1º | 0.73% | 1% | - |
| XYZ | 69.76 | 88.46 | 18.87 | - |
| YUV | 226.22 | 38.71 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 254 | 68 | 0.09 | 0 | 0.73 | 0.00 | 67.1 | 0.99 | 0.63 |
| Hex | E8 | FE | 44 | 9 | 0 | 49 | 0 | 43 | 63 | 3F |
| Octal | 350 | 376 | 104 | 11 | 0 | 111 | 0 | 103 | 143 | 77 |
| Binary | 11101000 | 11111110 | 1000100 | 1001 | 0 | 1001001 | 0 | 1000011 | 1100011 | 111111 |
Color Harmonies of #E8FE44
Complementary color
Monochromatic Colors of #E8FE44
Black with #E8FE44
Text Example
Text Example
White with #E8FE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FE44; }
p { color: rgb(232,254,68); }
H1.HeaderClassName
{
color: #E8FE44;
}
.AnyTagClassName
{
color: #E8FE44;
}
</style>
background-color css
<style>
a { background-color: #E8FE44; }
a { background-color: rgb(232,254,68); }
div.DivClassName
{
background-color: #E8FE44;
}
.BgClassName
{
background-color: #E8FE44;
}
</style>
border-color css
<style>
span { border-color: #E8FE44; }
span { border-color: rgb(232,254,68); }
td.TdClassName
{
border-color: #E8FE44;
}
.TagClassName
{
border-color: #E8FE44;
}
</style>