#EE0EFA

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

Shades of Magenta #EE0EFA

Tints of Magenta #EE0EFA

Color information

#EE0EFA (or 0xEE0EFA) is unknown color: approx Magenta. HEX triplet: EE, 0E and FA. RGB value is (238,14,250). Sum of RGB (Red+Green+Blue) = 238+14+250=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 14 (5.86% from 255 or 2.79% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE0EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EFA is #11F105. Grayscale: #6B6B6B. Windows color (decimal): -1175814 or 16387822. OLE color: 16387822.

HSL color Cylindrical-coordinate representation of color #EE0EFA: hue angle of 296.95º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EFA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23814250-
CMYK0.050.9400.02
HSL296.95º95.93%51.76%-
HSV(B)296.95º94.4%98.04%-
XYZ52.6725.3992.57-
YUV107.88208.21220.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.41%
GREEN value IS 14 (5.86% from 255) = 2.79%
BLUE value IS 250 (98.05% from 255) = 49.80%
R=47.41%
G=2.79%
B=49.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal238142500.050.9400.02296.9595.9351.76
HexEEEFA55E021296034
Octal3561637251360245114064
Binary1110111011101111101010110111100101001010011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0EFA; }

 p { color: rgb(238,14,250); }

 H1.HeaderClassName
 {
   color: #EE0EFA;
 }
 .AnyTagClassName
 {
   color: #EE0EFA;
 }
</style>
background-color css

<style>
 a { background-color: #EE0EFA; }

 a { background-color: rgb(238,14,250); }

 div.DivClassName
 {
   background-color: #EE0EFA;
 }
 .BgClassName
 {
   background-color: #EE0EFA;
 }
</style>
border-color css

<style>
 span { border-color: #EE0EFA; }

 span { border-color: rgb(238,14,250); }

 td.TdClassName
 {
   border-color: #EE0EFA;
 }
 .TagClassName
 {
   border-color: #EE0EFA;
 }
</style>