Html Css Color HEX #EF1AED Magenta

📋 copy color: '#EF1AED'

red 239 ◦ green 26 ◦ blue 237

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

Shades of Magenta #EF1AED

Tints of Magenta #EF1AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.18%

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 47.61%
G = 5.18%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF1AED (or 0xEF1AED) is known color: Magenta. HEX triplet: EF, 1A and ED. RGB value is (239,26,237). Sum of RGB (Red+Green+Blue) = 239+26+237=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 26 (10.55% from 255 or 5.18% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AED is #10E512. Grayscale: #717171. Windows color (decimal): -1107219 or 15538927. OLE color: 15538927.

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

Color convert

RGB 239 26 237 -
CMYK 0 0.89 0.01 0.06
HSL 300.56º 0.87% 0.52% -
HSV(B) 300.56º 0.89% 0.94% -
XYZ 51.25 25.2 82.28 -
YUV 113.74 197.57 217.34 -
System Red Green Blue C M Y K H S L
Decimal 239 26 237 0 0.89 0.01 0.06 300.56 0.87 0.52
Hex EF 1A ED 0 59 1 6 12D 57 34
Octal 357 32 355 0 131 1 6 455 127 64
Binary 11101111 11010 11101101 0 1011001 1 110 100101101 1010111 110100

Color Harmonies of #EF1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AED

Black with #EF1AED

Text Example


Text Example

White with #EF1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AED; }

 p { color: rgb(239,26,237); }

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

background-color css

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

 a { background-color: rgb(239,26,237); }

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

border-color css

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

 span { border-color: rgb(239,26,237); }

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