Html Css Color HEX #EF0FF1 Magenta

📋 copy color: '#EF0FF1'

red 239 ◦ green 15 ◦ blue 241

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

Shades of Magenta #EF0FF1

Tints of Magenta #EF0FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 48.28%
G = 3.03%
B = 48.69%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EF0FF1 (or 0xEF0FF1) is known color: Magenta. HEX triplet: EF, 0F and F1. RGB value is (239,15,241). Sum of RGB (Red+Green+Blue) = 239+15+241=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 15 (6.25% from 255 or 3.03% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF0FF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FF1 is #10F00E. Grayscale: #6B6B6B. Windows color (decimal): -1110031 or 15798255. OLE color: 15798255.

HSL color Cylindrical-coordinate representation of color #EF0FF1: hue angle of 299.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FF1 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 15 241 -
CMYK 0.01 0.94 0 0.05
HSL 299.47º 0.89% 0.5% -
HSV(B) 299.47º 0.94% 0.95% -
XYZ 51.64 25.04 85.33 -
YUV 107.74 203.21 221.62 -
System Red Green Blue C M Y K H S L
Decimal 239 15 241 0.01 0.94 0 0.05 299.47 0.89 0.5
Hex EF F F1 1 5E 0 5 12B 59 32
Octal 357 17 361 1 136 0 5 453 131 62
Binary 11101111 1111 11110001 1 1011110 0 101 100101011 1011001 110010

Color Harmonies of #EF0FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FF1

Black with #EF0FF1

Text Example


Text Example

White with #EF0FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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