Html Css Color HEX #EE1EF2 Magenta

📋 copy color: '#EE1EF2'

red 238 ◦ green 30 ◦ blue 242

#EE1EF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #EE1EF2

Tints of Magenta #EE1EF2

RGB

 RED value IS 238 (93.36% from 255) = 46.67%

 GREEN value IS 30 (12.11% from 255) = 5.88%

 BLUE value IS 242 (94.92% from 255) = 47.45%

R = 46.67%
G = 5.88%
B = 47.45%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE1EF2 (or 0xEE1EF2) is known color: Magenta. HEX triplet: EE, 1E and F2. RGB value is (238,30,242). Sum of RGB (Red+Green+Blue) = 238+30+242=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 30 (12.11% from 255 or 5.88% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE1EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EF2 is #11E10D. Grayscale: #737373. Windows color (decimal): -1171726 or 15867630. OLE color: 15867630.

HSL color Cylindrical-coordinate representation of color #EE1EF2: hue angle of 298.87º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1EF2 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 30 242 -
CMYK 0.02 0.88 0 0.05
HSL 298.87º 0.89% 0.53% -
HSV(B) 298.87º 0.88% 0.95% -
XYZ 51.75 25.52 86.2 -
YUV 116.36 198.91 214.76 -
System Red Green Blue C M Y K H S L
Decimal 238 30 242 0.02 0.88 0 0.05 298.87 0.89 0.53
Hex EE 1E F2 2 58 0 5 12B 59 35
Octal 356 36 362 2 130 0 5 453 131 65
Binary 11101110 11110 11110010 10 1011000 0 101 100101011 1011001 110101

Color Harmonies of #EE1EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EF2

Black with #EE1EF2

Text Example


Text Example

White with #EE1EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EF2; }

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

 H1.HeaderClassName
 {
   color: #EE1EF2;
 }
 .AnyTagClassName
 {
   color: #EE1EF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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