Html Css Color HEX #EF15FE Magenta

📋 copy color: '#EF15FE'

red 239 ◦ green 21 ◦ blue 254

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

Shades of Magenta #EF15FE

Tints of Magenta #EF15FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.09%

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 46.5%
G = 4.09%
B = 49.42%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF15FE (or 0xEF15FE) is known color: Magenta. HEX triplet: EF, 15 and FE. RGB value is (239,21,254). Sum of RGB (Red+Green+Blue) = 239+21+254=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 21 (8.59% from 255 or 4.09% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF15FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF15FE is #10EA01. Grayscale: #707070. Windows color (decimal): -1108482 or 16651759. OLE color: 16651759.

HSL color Cylindrical-coordinate representation of color #EF15FE: hue angle of 296.14º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF15FE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 21 254 -
CMYK 0.06 0.92 0 0.00
HSL 296.14º 0.99% 0.54% -
HSV(B) 296.14º 0.92% 1% -
XYZ 53.75 26.04 95.96 -
YUV 112.74 207.72 218.05 -
System Red Green Blue C M Y K H S L
Decimal 239 21 254 0.06 0.92 0 0.00 296.14 0.99 0.54
Hex EF 15 FE 6 5C 0 0 128 63 36
Octal 357 25 376 6 134 0 0 450 143 66
Binary 11101111 10101 11111110 110 1011100 0 0 100101000 1100011 110110

Color Harmonies of #EF15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15FE

Black with #EF15FE

Text Example


Text Example

White with #EF15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15FE; }

 p { color: rgb(239,21,254); }

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

background-color css

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

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

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

border-color css

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

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

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