Html Css Color HEX #EF1EE7 Magenta

📋 copy color: '#EF1EE7'

red 239 ◦ green 30 ◦ blue 231

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

Shades of Magenta #EF1EE7

Tints of Magenta #EF1EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.2%

R = 47.8%
G = 6%
B = 46.2%

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

#EF1EE7 (or 0xEF1EE7) is known color: Magenta. HEX triplet: EF, 1E and E7. RGB value is (239,30,231). Sum of RGB (Red+Green+Blue) = 239+30+231=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 30 (12.11% from 255 or 6% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EE7 is #10E118. Grayscale: #727272. Windows color (decimal): -1106201 or 15146735. OLE color: 15146735.

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

Color convert

RGB 239 30 231 -
CMYK 0 0.87 0.03 0.06
HSL 302.3º 0.87% 0.53% -
HSV(B) 302.3º 0.87% 0.94% -
XYZ 50.48 25.05 77.78 -
YUV 115.41 193.24 216.16 -
System Red Green Blue C M Y K H S L
Decimal 239 30 231 0 0.87 0.03 0.06 302.3 0.87 0.53
Hex EF 1E E7 0 57 3 6 12E 57 35
Octal 357 36 347 0 127 3 6 456 127 65
Binary 11101111 11110 11100111 0 1010111 11 110 100101110 1010111 110101

Color Harmonies of #EF1EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EE7

Black with #EF1EE7

Text Example


Text Example

White with #EF1EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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