Html Css Color HEX #EF0DF6 Magenta

📋 copy color: '#EF0DF6'

red 239 ◦ green 13 ◦ blue 246

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

Shades of Magenta #EF0DF6

Tints of Magenta #EF0DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 47.99%
G = 2.61%
B = 49.4%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF0DF6 (or 0xEF0DF6) is known color: Magenta. HEX triplet: EF, 0D and F6. RGB value is (239,13,246). Sum of RGB (Red+Green+Blue) = 239+13+246=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 13 (5.47% from 255 or 2.61% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF0DF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0DF6 is #10F209. Grayscale: #6A6A6A. Windows color (decimal): -1110538 or 16125423. OLE color: 16125423.

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

Color convert

RGB 239 13 246 -
CMYK 0.03 0.95 0 0.04
HSL 298.2º 0.93% 0.51% -
HSV(B) 298.2º 0.95% 0.96% -
XYZ 52.38 25.29 89.31 -
YUV 107.14 206.37 222.05 -
System Red Green Blue C M Y K H S L
Decimal 239 13 246 0.03 0.95 0 0.04 298.2 0.93 0.51
Hex EF D F6 3 5F 0 4 12A 5D 33
Octal 357 15 366 3 137 0 4 452 135 63
Binary 11101111 1101 11110110 11 1011111 0 100 100101010 1011101 110011

Color Harmonies of #EF0DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DF6

Black with #EF0DF6

Text Example


Text Example

White with #EF0DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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