#ee1eef

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

Shades of Magenta #EE1EEF

Tints of Magenta #EE1EEF

Color information

#EE1EEF (or 0xEE1EEF) is unknown color: approx Magenta. HEX triplet: EE, 1E and EF. RGB value is (238,30,239). Sum of RGB (Red+Green+Blue) = 238+30+239=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE1EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EEF is #11E110. Grayscale: #737373. Windows color (decimal): -1171729 or 15671022. OLE color: 15671022.

HSL color Cylindrical-coordinate representation of color #EE1EEF: hue angle of 299.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1EEF is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23830239-
CMYK0.000.8700.06
HSL299.71º86.72%52.75%-
HSV(B)299.71º87.45%93.73%-
XYZ51.325.3483.85-
YUV116.02197.41215.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 30 (12.11% from 255) = 5.92%
BLUE value IS 239 (93.75% from 255) = 47.14%
R=46.94%
G=5.92%
B=47.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal238302390.000.8700.06299.7186.7252.75
HexEE1EEF0570612c5735
Octal3563635701270645412765
Binary1110111011110111011110101011101101001011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee1eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee1eef; }

 p { color: rgb(238,30,239); }

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

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

 a { background-color: rgb(238,30,239); }

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

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

 span { border-color: rgb(238,30,239); }

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