Html Css Color HEX #EF1DFD Magenta

📋 copy color: '#EF1DFD'

red 239 ◦ green 29 ◦ blue 253

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

Shades of Magenta #EF1DFD

Tints of Magenta #EF1DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 45.87%
G = 5.57%
B = 48.56%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF1DFD (or 0xEF1DFD) is known color: Magenta. HEX triplet: EF, 1D and FD. RGB value is (239,29,253). Sum of RGB (Red+Green+Blue) = 239+29+253=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 29 (11.72% from 255 or 5.57% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF1DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1DFD is #10E202. Grayscale: #747474. Windows color (decimal): -1106435 or 16588271. OLE color: 16588271.

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

Color convert

RGB 239 29 253 -
CMYK 0.06 0.89 0 0.01
HSL 296.25º 0.98% 0.55% -
HSV(B) 296.25º 0.89% 0.99% -
XYZ 53.77 26.32 95.18 -
YUV 117.33 204.57 214.79 -
System Red Green Blue C M Y K H S L
Decimal 239 29 253 0.06 0.89 0 0.01 296.25 0.98 0.55
Hex EF 1D FD 6 59 0 1 128 62 37
Octal 357 35 375 6 131 0 1 450 142 67
Binary 11101111 11101 11111101 110 1011001 0 1 100101000 1100010 110111

Color Harmonies of #EF1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1DFD

Black with #EF1DFD

Text Example


Text Example

White with #EF1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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