Html Css Color HEX #EF1AF8 Magenta

📋 copy color: '#EF1AF8'

red 239 ◦ green 26 ◦ blue 248

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

Shades of Magenta #EF1AF8

Tints of Magenta #EF1AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.34%

R = 46.59%
G = 5.07%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF1AF8 (or 0xEF1AF8) is known color: Magenta. HEX triplet: EF, 1A and F8. RGB value is (239,26,248). Sum of RGB (Red+Green+Blue) = 239+26+248=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 26 (10.55% from 255 or 5.07% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF1AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AF8 is #10E507. Grayscale: #727272. Windows color (decimal): -1107208 or 16259823. OLE color: 16259823.

HSL color Cylindrical-coordinate representation of color #EF1AF8: hue angle of 297.57º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1AF8 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 26 248 -
CMYK 0.04 0.90 0 0.03
HSL 297.57º 0.94% 0.54% -
HSV(B) 297.57º 0.9% 0.97% -
XYZ 52.91 25.87 91.01 -
YUV 115 203.07 216.45 -
System Red Green Blue C M Y K H S L
Decimal 239 26 248 0.04 0.90 0 0.03 297.57 0.94 0.54
Hex EF 1A F8 4 5A 0 3 12A 5E 36
Octal 357 32 370 4 132 0 3 452 136 66
Binary 11101111 11010 11111000 100 1011010 0 11 100101010 1011110 110110

Color Harmonies of #EF1AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AF8

Black with #EF1AF8

Text Example


Text Example

White with #EF1AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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