Html Css Color HEX #EF1AFB Magenta

📋 copy color: '#EF1AFB'

red 239 ◦ green 26 ◦ blue 251

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

Shades of Magenta #EF1AFB

Tints of Magenta #EF1AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.04%

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

R = 46.32%
G = 5.04%
B = 48.64%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF1AFB (or 0xEF1AFB) is known color: Magenta. HEX triplet: EF, 1A and FB. RGB value is (239,26,251). Sum of RGB (Red+Green+Blue) = 239+26+251=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 26 (10.55% from 255 or 5.04% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF1AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1AFB is #10E504. Grayscale: #727272. Windows color (decimal): -1107205 or 16456431. OLE color: 16456431.

HSL color Cylindrical-coordinate representation of color #EF1AFB: hue angle of 296.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1AFB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 26 251 -
CMYK 0.05 0.90 0 0.02
HSL 296.8º 0.97% 0.54% -
HSV(B) 296.8º 0.9% 0.98% -
XYZ 53.38 26.05 93.48 -
YUV 115.34 204.57 216.2 -
System Red Green Blue C M Y K H S L
Decimal 239 26 251 0.05 0.90 0 0.02 296.8 0.97 0.54
Hex EF 1A FB 5 5A 0 2 129 61 36
Octal 357 32 373 5 132 0 2 451 141 66
Binary 11101111 11010 11111011 101 1011010 0 10 100101001 1100001 110110

Color Harmonies of #EF1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AFB

Black with #EF1AFB

Text Example


Text Example

White with #EF1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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