Html Css Color HEX #EF1AEF Magenta

📋 copy color: '#EF1AEF'

red 239 ◦ green 26 ◦ blue 239

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

Shades of Magenta #EF1AEF

Tints of Magenta #EF1AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 47.42%
G = 5.16%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF1AEF (or 0xEF1AEF) is known color: Magenta. HEX triplet: EF, 1A and EF. RGB value is (239,26,239). Sum of RGB (Red+Green+Blue) = 239+26+239=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 26 (10.55% from 255 or 5.16% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF1AEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AEF is #10E510. Grayscale: #717171. Windows color (decimal): -1107217 or 15669999. OLE color: 15669999.

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

Color convert

RGB 239 26 239 -
CMYK 0 0.89 0 0.06
HSL 300º 0.87% 0.52% -
HSV(B) 300º 0.89% 0.94% -
XYZ 51.55 25.32 83.83 -
YUV 113.97 198.57 217.18 -
System Red Green Blue C M Y K H S L
Decimal 239 26 239 0 0.89 0 0.06 300 0.87 0.52
Hex EF 1A EF 0 59 0 6 12C 57 34
Octal 357 32 357 0 131 0 6 454 127 64
Binary 11101111 11010 11101111 0 1011001 0 110 100101100 1010111 110100

Color Harmonies of #EF1AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AEF

Black with #EF1AEF

Text Example


Text Example

White with #EF1AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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