Html Css Color HEX #EF0AE6 Magenta

📋 copy color: '#EF0AE6'

red 239 ◦ green 10 ◦ blue 230

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

Shades of Magenta #EF0AE6

Tints of Magenta #EF0AE6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.09%

 BLUE value IS 230 (90.23% from 255) = 48.02%

R = 49.9%
G = 2.09%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF0AE6 (or 0xEF0AE6) is known color: Magenta. HEX triplet: EF, 0A and E6. RGB value is (239,10,230). Sum of RGB (Red+Green+Blue) = 239+10+230=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0AE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0AE6 is #10F519. Grayscale: #666666. Windows color (decimal): -1111322 or 15076079. OLE color: 15076079.

HSL color Cylindrical-coordinate representation of color #EF0AE6: hue angle of 302.36º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0AE6 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 230 -
CMYK 0 0.96 0.04 0.06
HSL 302.36º 0.92% 0.49% -
HSV(B) 302.36º 0.96% 0.94% -
XYZ 49.99 24.28 76.91 -
YUV 103.55 199.37 224.61 -
System Red Green Blue C M Y K H S L
Decimal 239 10 230 0 0.96 0.04 0.06 302.36 0.92 0.49
Hex EF A E6 0 60 4 6 12E 5C 31
Octal 357 12 346 0 140 4 6 456 134 61
Binary 11101111 1010 11100110 0 1100000 100 110 100101110 1011100 110001

Color Harmonies of #EF0AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AE6

Black with #EF0AE6

Text Example


Text Example

White with #EF0AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AE6; }

 p { color: rgb(239,10,230); }

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

background-color css

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

 a { background-color: rgb(239,10,230); }

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

border-color css

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

 span { border-color: rgb(239,10,230); }

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