Html Css Color HEX #EF0AFB Magenta

📋 copy color: '#EF0AFB'

red 239 ◦ green 10 ◦ blue 251

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

Shades of Magenta #EF0AFB

Tints of Magenta #EF0AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2%

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

R = 47.8%
G = 2%
B = 50.2%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF0AFB (or 0xEF0AFB) is known color: Magenta. HEX triplet: EF, 0A and FB. RGB value is (239,10,251). Sum of RGB (Red+Green+Blue) = 239+10+251=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 10 (4.30% from 255 or 2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF0AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0AFB is #10F504. Grayscale: #696969. Windows color (decimal): -1111301 or 16452335. OLE color: 16452335.

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

Color convert

RGB 239 10 251 -
CMYK 0.05 0.96 0 0.02
HSL 297.01º 0.97% 0.51% -
HSV(B) 297.01º 0.96% 0.98% -
XYZ 53.12 25.53 93.4 -
YUV 105.95 209.87 222.9 -
System Red Green Blue C M Y K H S L
Decimal 239 10 251 0.05 0.96 0 0.02 297.01 0.97 0.51
Hex EF A FB 5 60 0 2 129 61 33
Octal 357 12 373 5 140 0 2 451 141 63
Binary 11101111 1010 11111011 101 1100000 0 10 100101001 1100001 110011

Color Harmonies of #EF0AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0AFB

Black with #EF0AFB

Text Example


Text Example

White with #EF0AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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