Html Css Color HEX #EF0FFE Magenta

📋 copy color: '#EF0FFE'

red 239 ◦ green 15 ◦ blue 254

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

Shades of Magenta #EF0FFE

Tints of Magenta #EF0FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50%

R = 47.05%
G = 2.95%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF0FFE (or 0xEF0FFE) is known color: Magenta. HEX triplet: EF, 0F and FE. RGB value is (239,15,254). Sum of RGB (Red+Green+Blue) = 239+15+254=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 15 (6.25% from 255 or 2.95% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF0FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FFE is #10F001. Grayscale: #6C6C6C. Windows color (decimal): -1110018 or 16650223. OLE color: 16650223.

HSL color Cylindrical-coordinate representation of color #EF0FFE: hue angle of 296.23º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FFE is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 15 254 -
CMYK 0.06 0.94 0 0.00
HSL 296.23º 0.99% 0.53% -
HSV(B) 296.23º 0.94% 1% -
XYZ 53.66 25.85 95.93 -
YUV 109.22 209.71 220.57 -
System Red Green Blue C M Y K H S L
Decimal 239 15 254 0.06 0.94 0 0.00 296.23 0.99 0.53
Hex EF F FE 6 5E 0 0 128 63 35
Octal 357 17 376 6 136 0 0 450 143 65
Binary 11101111 1111 11111110 110 1011110 0 0 100101000 1100011 110101

Color Harmonies of #EF0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FFE

Black with #EF0FFE

Text Example


Text Example

White with #EF0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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