Shades of Paris Daisy #E2FF46
Tints of Paris Daisy #E2FF46
RGB
CMYK
RGB Variations
Color information
#E2FF46 (or 0xE2FF46) is known color: Paris Daisy. HEX triplet: E2, FF and 46. RGB value is (226,255,70). Sum of RGB (Red+Green+Blue) = 226+255+70=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 70 (27.73% from 255 or 12.70% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FF46 is #1D00B9. Grayscale: #E1E1E1. Windows color (decimal): -1900730 or 4653026. OLE color: 4653026.
HSL color Cylindrical-coordinate representation of color #E2FF46: hue angle of 69.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2FF46 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 70 | - |
| CMYK | 0.11 | 0 | 0.73 | 0 |
| HSL | 69.41º | 1% | 0.64% | - |
| HSV(B) | 69.41º | 0.73% | 1% | - |
| XYZ | 68.23 | 88.13 | 19.21 | - |
| YUV | 225.24 | 40.39 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 70 | 0.11 | 0 | 0.73 | 0 | 69.41 | 1 | 0.64 |
| Hex | E2 | FF | 46 | B | 0 | 49 | 0 | 45 | 64 | 40 |
| Octal | 342 | 377 | 106 | 13 | 0 | 111 | 0 | 105 | 144 | 100 |
| Binary | 11100010 | 11111111 | 1000110 | 1011 | 0 | 1001001 | 0 | 1000101 | 1100100 | 1000000 |
Color Harmonies of #E2FF46
Complementary color
Monochromatic Colors of #E2FF46
Black with #E2FF46
Text Example
Text Example
White with #E2FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF46; }
p { color: rgb(226,255,70); }
H1.HeaderClassName
{
color: #E2FF46;
}
.AnyTagClassName
{
color: #E2FF46;
}
</style>
background-color css
<style>
a { background-color: #E2FF46; }
a { background-color: rgb(226,255,70); }
div.DivClassName
{
background-color: #E2FF46;
}
.BgClassName
{
background-color: #E2FF46;
}
</style>
border-color css
<style>
span { border-color: #E2FF46; }
span { border-color: rgb(226,255,70); }
td.TdClassName
{
border-color: #E2FF46;
}
.TagClassName
{
border-color: #E2FF46;
}
</style>