Html Css Color HEX #EF1DFE Magenta

📋 copy color: '#EF1DFE'

red 239 ◦ green 29 ◦ blue 254

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

Shades of Magenta #EF1DFE

Tints of Magenta #EF1DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.56%

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

R = 45.79%
G = 5.56%
B = 48.66%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF1DFE (or 0xEF1DFE) is known color: Magenta. HEX triplet: EF, 1D and FE. RGB value is (239,29,254). Sum of RGB (Red+Green+Blue) = 239+29+254=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 29 (11.72% from 255 or 5.56% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF1DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DFE is #10E201. Grayscale: #747474. Windows color (decimal): -1106434 or 16653807. OLE color: 16653807.

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

Color convert

RGB 239 29 254 -
CMYK 0.06 0.89 0 0.00
HSL 296º 0.99% 0.55% -
HSV(B) 296º 0.89% 1% -
XYZ 53.93 26.39 96.02 -
YUV 117.44 205.07 214.7 -
System Red Green Blue C M Y K H S L
Decimal 239 29 254 0.06 0.89 0 0.00 296 0.99 0.55
Hex EF 1D FE 6 59 0 0 128 63 37
Octal 357 35 376 6 131 0 0 450 143 67
Binary 11101111 11101 11111110 110 1011001 0 0 100101000 1100011 110111

Color Harmonies of #EF1DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DFE

Black with #EF1DFE

Text Example


Text Example

White with #EF1DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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