Html Css Color HEX #EF0BFA Magenta

📋 copy color: '#EF0BFA'

red 239 ◦ green 11 ◦ blue 250

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

Shades of Magenta #EF0BFA

Tints of Magenta #EF0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.2%

 BLUE value IS 250 (98.05% from 255) = 50%

R = 47.8%
G = 2.2%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF0BFA (or 0xEF0BFA) is known color: Magenta. HEX triplet: EF, 0B and FA. RGB value is (239,11,250). Sum of RGB (Red+Green+Blue) = 239+11+250=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 11 (4.69% from 255 or 2.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF0BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0BFA is #10F405. Grayscale: #696969. Windows color (decimal): -1111046 or 16387055. OLE color: 16387055.

HSL color Cylindrical-coordinate representation of color #EF0BFA: hue angle of 297.24º degrees, saturation: 0.96, 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 #EF0BFA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 11 250 -
CMYK 0.04 0.96 0 0.02
HSL 297.24º 0.96% 0.51% -
HSV(B) 297.24º 0.96% 0.98% -
XYZ 52.97 25.49 92.57 -
YUV 106.42 209.04 222.57 -
System Red Green Blue C M Y K H S L
Decimal 239 11 250 0.04 0.96 0 0.02 297.24 0.96 0.51
Hex EF B FA 4 60 0 2 129 60 33
Octal 357 13 372 4 140 0 2 451 140 63
Binary 11101111 1011 11111010 100 1100000 0 10 100101001 1100000 110011

Color Harmonies of #EF0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BFA

Black with #EF0BFA

Text Example


Text Example

White with #EF0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BFA; }

 p { color: rgb(239,11,250); }

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

background-color css

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

 a { background-color: rgb(239,11,250); }

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

border-color css

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

 span { border-color: rgb(239,11,250); }

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