Html Css Color HEX #EF1EE9 Magenta

📋 copy color: '#EF1EE9'

red 239 ◦ green 30 ◦ blue 233

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

Shades of Magenta #EF1EE9

Tints of Magenta #EF1EE9

RGB

 RED value IS 239 (93.75% from 255) = 47.61%

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

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 47.61%
G = 5.98%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF1EE9 (or 0xEF1EE9) is known color: Magenta. HEX triplet: EF, 1E and E9. RGB value is (239,30,233). Sum of RGB (Red+Green+Blue) = 239+30+233=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EE9 is #10E116. Grayscale: #737373. Windows color (decimal): -1106199 or 15277807. OLE color: 15277807.

HSL color Cylindrical-coordinate representation of color #EF1EE9: hue angle of 301.72º 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 #EF1EE9 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 30 233 -
CMYK 0 0.87 0.03 0.06
HSL 301.72º 0.87% 0.53% -
HSV(B) 301.72º 0.87% 0.94% -
XYZ 50.77 25.16 79.27 -
YUV 115.63 194.24 215.99 -
System Red Green Blue C M Y K H S L
Decimal 239 30 233 0 0.87 0.03 0.06 301.72 0.87 0.53
Hex EF 1E E9 0 57 3 6 12E 57 35
Octal 357 36 351 0 127 3 6 456 127 65
Binary 11101111 11110 11101001 0 1010111 11 110 100101110 1010111 110101

Color Harmonies of #EF1EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EE9

Black with #EF1EE9

Text Example


Text Example

White with #EF1EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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