Html Css Color HEX #EF1BFF Magenta

📋 copy color: '#EF1BFF'

red 239 ◦ green 27 ◦ blue 255

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

Shades of Magenta #EF1BFF

Tints of Magenta #EF1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.18%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 45.87%
G = 5.18%
B = 48.94%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF1BFF (or 0xEF1BFF) is known color: Magenta. HEX triplet: EF, 1B and FF. RGB value is (239,27,255). Sum of RGB (Red+Green+Blue) = 239+27+255=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 27 (10.94% from 255 or 5.18% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF1BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1BFF is #10E400. Grayscale: #737373. Windows color (decimal): -1106945 or 16718831. OLE color: 16718831.

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

Color convert

RGB 239 27 255 -
CMYK 0.06 0.89 0 0
HSL 295.79º 1% 0.55% -
HSV(B) 295.79º 0.89% 1% -
XYZ 54.04 26.35 96.85 -
YUV 116.38 206.24 215.46 -
System Red Green Blue C M Y K H S L
Decimal 239 27 255 0.06 0.89 0 0 295.79 1 0.55
Hex EF 1B FF 6 59 0 0 128 64 37
Octal 357 33 377 6 131 0 0 450 144 67
Binary 11101111 11011 11111111 110 1011001 0 0 100101000 1100100 110111

Color Harmonies of #EF1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BFF

Black with #EF1BFF

Text Example


Text Example

White with #EF1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BFF; }

 p { color: rgb(239,27,255); }

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

background-color css

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

 a { background-color: rgb(239,27,255); }

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

border-color css

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

 span { border-color: rgb(239,27,255); }

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