Html Css Color HEX #EF1CFD Magenta

📋 copy color: '#EF1CFD'

red 239 ◦ green 28 ◦ blue 253

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

Shades of Magenta #EF1CFD

Tints of Magenta #EF1CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.38%

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

R = 45.96%
G = 5.38%
B = 48.65%

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

#EF1CFD (or 0xEF1CFD) is known color: Magenta. HEX triplet: EF, 1C and FD. RGB value is (239,28,253). Sum of RGB (Red+Green+Blue) = 239+28+253=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 28 (11.33% from 255 or 5.38% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF1CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CFD is #10E302. Grayscale: #747474. Windows color (decimal): -1106691 or 16588015. OLE color: 16588015.

HSL color Cylindrical-coordinate representation of color #EF1CFD: hue angle of 296.27º 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 #EF1CFD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 28 253 -
CMYK 0.06 0.89 0 0.01
HSL 296.27º 0.98% 0.55% -
HSV(B) 296.27º 0.89% 0.99% -
XYZ 53.74 26.27 95.17 -
YUV 116.74 204.9 215.2 -
System Red Green Blue C M Y K H S L
Decimal 239 28 253 0.06 0.89 0 0.01 296.27 0.98 0.55
Hex EF 1C FD 6 59 0 1 128 62 37
Octal 357 34 375 6 131 0 1 450 142 67
Binary 11101111 11100 11111101 110 1011001 0 1 100101000 1100010 110111

Color Harmonies of #EF1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CFD

Black with #EF1CFD

Text Example


Text Example

White with #EF1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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