Html Css Color HEX #EE1EF5 Magenta

📋 copy color: '#EE1EF5'

red 238 ◦ green 30 ◦ blue 245

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

Shades of Magenta #EE1EF5

Tints of Magenta #EE1EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 46.39%
G = 5.85%
B = 47.76%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EE1EF5 (or 0xEE1EF5) is known color: Magenta. HEX triplet: EE, 1E and F5. RGB value is (238,30,245). Sum of RGB (Red+Green+Blue) = 238+30+245=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 30 (12.11% from 255 or 5.85% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #EE1EF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EF5 is #11E10A. Grayscale: #747474. Windows color (decimal): -1171723 or 16064238. OLE color: 16064238.

HSL color Cylindrical-coordinate representation of color #EE1EF5: hue angle of 298.05º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1EF5 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 30 245 -
CMYK 0.03 0.88 0 0.04
HSL 298.05º 0.91% 0.54% -
HSV(B) 298.05º 0.88% 0.96% -
XYZ 52.21 25.7 88.59 -
YUV 116.7 200.41 214.52 -
System Red Green Blue C M Y K H S L
Decimal 238 30 245 0.03 0.88 0 0.04 298.05 0.91 0.54
Hex EE 1E F5 3 58 0 4 12A 5B 36
Octal 356 36 365 3 130 0 4 452 133 66
Binary 11101110 11110 11110101 11 1011000 0 100 100101010 1011011 110110

Color Harmonies of #EE1EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1EF5

Black with #EE1EF5

Text Example


Text Example

White with #EE1EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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