Html Css Color HEX #EF2AFA Magenta

📋 copy color: '#EF2AFA'

red 239 ◦ green 42 ◦ blue 250

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

Shades of Magenta #EF2AFA

Tints of Magenta #EF2AFA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.91%

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

R = 45.01%
G = 7.91%
B = 47.08%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF2AFA (or 0xEF2AFA) is known color: Magenta. HEX triplet: EF, 2A and FA. RGB value is (239,42,250). Sum of RGB (Red+Green+Blue) = 239+42+250=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 42 (16.80% from 255 or 7.91% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF2AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2AFA is #10D505. Grayscale: #7B7B7B. Windows color (decimal): -1103110 or 16394991. OLE color: 16394991.

HSL color Cylindrical-coordinate representation of color #EF2AFA: hue angle of 296.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2AFA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 42 250 -
CMYK 0.04 0.83 0 0.02
HSL 296.83º 0.95% 0.57% -
HSV(B) 296.83º 0.83% 0.98% -
XYZ 53.68 26.91 92.81 -
YUV 124.62 198.77 209.59 -
System Red Green Blue C M Y K H S L
Decimal 239 42 250 0.04 0.83 0 0.02 296.83 0.95 0.57
Hex EF 2A FA 4 53 0 2 129 5F 39
Octal 357 52 372 4 123 0 2 451 137 71
Binary 11101111 101010 11111010 100 1010011 0 10 100101001 1011111 111001

Color Harmonies of #EF2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2AFA

Black with #EF2AFA

Text Example


Text Example

White with #EF2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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