Html Css Color HEX #EF1FFB Magenta

📋 copy color: '#EF1FFB'

red 239 ◦ green 31 ◦ blue 251

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

Shades of Magenta #EF1FFB

Tints of Magenta #EF1FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.95%

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 45.87%
G = 5.95%
B = 48.18%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF1FFB (or 0xEF1FFB) is known color: Magenta. HEX triplet: EF, 1F and FB. RGB value is (239,31,251). Sum of RGB (Red+Green+Blue) = 239+31+251=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 31 (12.5% from 255 or 5.95% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF1FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1FFB is #10E004. Grayscale: #757575. Windows color (decimal): -1105925 or 16457711. OLE color: 16457711.

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

Color convert

RGB 239 31 251 -
CMYK 0.05 0.88 0 0.02
HSL 296.73º 0.96% 0.55% -
HSV(B) 296.73º 0.88% 0.98% -
XYZ 53.5 26.3 93.52 -
YUV 118.27 202.91 214.11 -
System Red Green Blue C M Y K H S L
Decimal 239 31 251 0.05 0.88 0 0.02 296.73 0.96 0.55
Hex EF 1F FB 5 58 0 2 129 60 37
Octal 357 37 373 5 130 0 2 451 140 67
Binary 11101111 11111 11111011 101 1011000 0 10 100101001 1100000 110111

Color Harmonies of #EF1FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FFB

Black with #EF1FFB

Text Example


Text Example

White with #EF1FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FFB; }

 p { color: rgb(239,31,251); }

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

background-color css

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

 a { background-color: rgb(239,31,251); }

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

border-color css

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

 span { border-color: rgb(239,31,251); }

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