Html Css Color HEX #EF0EFA Magenta

📋 copy color: '#EF0EFA'

red 239 ◦ green 14 ◦ blue 250

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

Shades of Magenta #EF0EFA

Tints of Magenta #EF0EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.78%

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

R = 47.51%
G = 2.78%
B = 49.7%

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

#EF0EFA (or 0xEF0EFA) is known color: Magenta. HEX triplet: EF, 0E and FA. RGB value is (239,14,250). Sum of RGB (Red+Green+Blue) = 239+14+250=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 14 (5.86% from 255 or 2.78% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF0EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0EFA is #10F105. Grayscale: #6B6B6B. Windows color (decimal): -1110278 or 16387823. OLE color: 16387823.

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

Color convert

RGB 239 14 250 -
CMYK 0.04 0.94 0 0.02
HSL 297.2º 0.96% 0.52% -
HSV(B) 297.2º 0.94% 0.98% -
XYZ 53.01 25.57 92.58 -
YUV 108.18 208.04 221.31 -
System Red Green Blue C M Y K H S L
Decimal 239 14 250 0.04 0.94 0 0.02 297.2 0.96 0.52
Hex EF E FA 4 5E 0 2 129 60 34
Octal 357 16 372 4 136 0 2 451 140 64
Binary 11101111 1110 11111010 100 1011110 0 10 100101001 1100000 110100

Color Harmonies of #EF0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0EFA

Black with #EF0EFA

Text Example


Text Example

White with #EF0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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