#E2FF46

Color #E2FF46 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #E2FF46

Tints of Paris Daisy #E2FF46

Color information

#E2FF46 (or 0xE2FF46) is unknown color: approx 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

RGB22625570-
CMYK0.1100.730
HSL69.41º100%63.73%-
HSV(B)69.41º72.55%100%-
XYZ68.2388.1319.21-
YUV225.2440.39128.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 41.02%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 70 (27.73% from 255) = 12.70%
R=41.02%
G=46.28%
B=12.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal226255700.1100.73069.4110063.73
HexE2FF46B0490456440
Octal3423771061301110105144100
Binary111000101111111110001101011010010010100010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>