Html Css Color HEX #EF0FF8 Magenta

📋 copy color: '#EF0FF8'

red 239 ◦ green 15 ◦ blue 248

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

Shades of Magenta #EF0FF8

Tints of Magenta #EF0FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 47.61%
G = 2.99%
B = 49.4%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF0FF8 (or 0xEF0FF8) is known color: Magenta. HEX triplet: EF, 0F and F8. RGB value is (239,15,248). Sum of RGB (Red+Green+Blue) = 239+15+248=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 15 (6.25% from 255 or 2.99% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF0FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0FF8 is #10F007. Grayscale: #6B6B6B. Windows color (decimal): -1110024 or 16257007. OLE color: 16257007.

HSL color Cylindrical-coordinate representation of color #EF0FF8: hue angle of 297.68º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FF8 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 15 248 -
CMYK 0.04 0.94 0 0.03
HSL 297.68º 0.94% 0.52% -
HSV(B) 297.68º 0.94% 0.97% -
XYZ 52.71 25.47 90.94 -
YUV 108.54 206.71 221.05 -
System Red Green Blue C M Y K H S L
Decimal 239 15 248 0.04 0.94 0 0.03 297.68 0.94 0.52
Hex EF F F8 4 5E 0 3 12A 5E 34
Octal 357 17 370 4 136 0 3 452 136 64
Binary 11101111 1111 11111000 100 1011110 0 11 100101010 1011110 110100

Color Harmonies of #EF0FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FF8

Black with #EF0FF8

Text Example


Text Example

White with #EF0FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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