Html Css Color HEX #EF1DFC Magenta

📋 copy color: '#EF1DFC'

red 239 ◦ green 29 ◦ blue 252

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

Shades of Magenta #EF1DFC

Tints of Magenta #EF1DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 45.96%
G = 5.58%
B = 48.46%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF1DFC (or 0xEF1DFC) is known color: Magenta. HEX triplet: EF, 1D and FC. RGB value is (239,29,252). Sum of RGB (Red+Green+Blue) = 239+29+252=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF1DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DFC is #10E203. Grayscale: #747474. Windows color (decimal): -1106436 or 16522735. OLE color: 16522735.

HSL color Cylindrical-coordinate representation of color #EF1DFC: hue angle of 296.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DFC is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 29 252 -
CMYK 0.05 0.88 0 0.01
HSL 296.5º 0.97% 0.55% -
HSV(B) 296.5º 0.88% 0.99% -
XYZ 53.61 26.26 94.34 -
YUV 117.21 204.07 214.87 -
System Red Green Blue C M Y K H S L
Decimal 239 29 252 0.05 0.88 0 0.01 296.5 0.97 0.55
Hex EF 1D FC 5 58 0 1 129 61 37
Octal 357 35 374 5 130 0 1 451 141 67
Binary 11101111 11101 11111100 101 1011000 0 1 100101001 1100001 110111

Color Harmonies of #EF1DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DFC

Black with #EF1DFC

Text Example


Text Example

White with #EF1DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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