Html Css Color HEX #EF0FFA Magenta

📋 copy color: '#EF0FFA'

red 239 ◦ green 15 ◦ blue 250

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

Shades of Magenta #EF0FFA

Tints of Magenta #EF0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.98%

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

R = 47.42%
G = 2.98%
B = 49.6%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF0FFA (or 0xEF0FFA) is known color: Magenta. HEX triplet: EF, 0F and FA. RGB value is (239,15,250). Sum of RGB (Red+Green+Blue) = 239+15+250=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF0FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FFA is #10F005. Grayscale: #6C6C6C. Windows color (decimal): -1110022 or 16388079. OLE color: 16388079.

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

Color convert

RGB 239 15 250 -
CMYK 0.04 0.94 0 0.02
HSL 297.19º 0.96% 0.52% -
HSV(B) 297.19º 0.94% 0.98% -
XYZ 53.02 25.59 92.59 -
YUV 108.77 207.71 220.89 -
System Red Green Blue C M Y K H S L
Decimal 239 15 250 0.04 0.94 0 0.02 297.19 0.96 0.52
Hex EF F FA 4 5E 0 2 129 60 34
Octal 357 17 372 4 136 0 2 451 140 64
Binary 11101111 1111 11111010 100 1011110 0 10 100101001 1100000 110100

Color Harmonies of #EF0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FFA

Black with #EF0FFA

Text Example


Text Example

White with #EF0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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