Html Css Color HEX #EF0DFA Magenta

📋 copy color: '#EF0DFA'

red 239 ◦ green 13 ◦ blue 250

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

Shades of Magenta #EF0DFA

Tints of Magenta #EF0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.59%

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

R = 47.61%
G = 2.59%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF0DFA (or 0xEF0DFA) is known color: Magenta. HEX triplet: EF, 0D and FA. RGB value is (239,13,250). Sum of RGB (Red+Green+Blue) = 239+13+250=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 13 (5.47% from 255 or 2.59% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF0DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0DFA is #10F205. Grayscale: #6A6A6A. Windows color (decimal): -1110534 or 16387567. OLE color: 16387567.

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

Color convert

RGB 239 13 250 -
CMYK 0.04 0.95 0 0.02
HSL 297.22º 0.96% 0.52% -
HSV(B) 297.22º 0.95% 0.98% -
XYZ 53 25.54 92.58 -
YUV 107.59 208.37 221.73 -
System Red Green Blue C M Y K H S L
Decimal 239 13 250 0.04 0.95 0 0.02 297.22 0.96 0.52
Hex EF D FA 4 5F 0 2 129 60 34
Octal 357 15 372 4 137 0 2 451 140 64
Binary 11101111 1101 11111010 100 1011111 0 10 100101001 1100000 110100

Color Harmonies of #EF0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DFA

Black with #EF0DFA

Text Example


Text Example

White with #EF0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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