Html Css Color HEX #EF13F8 Magenta

📋 copy color: '#EF13F8'

red 239 ◦ green 19 ◦ blue 248

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

Shades of Magenta #EF13F8

Tints of Magenta #EF13F8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.75%

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

R = 47.23%
G = 3.75%
B = 49.01%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF13F8 (or 0xEF13F8) is known color: Magenta. HEX triplet: EF, 13 and F8. RGB value is (239,19,248). Sum of RGB (Red+Green+Blue) = 239+19+248=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 19 (7.81% from 255 or 3.75% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF13F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF13F8 is #10EC07. Grayscale: #6E6E6E. Windows color (decimal): -1109000 or 16258031. OLE color: 16258031.

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

Color convert

RGB 239 19 248 -
CMYK 0.04 0.92 0 0.03
HSL 297.64º 0.94% 0.52% -
HSV(B) 297.64º 0.92% 0.97% -
XYZ 52.77 25.59 90.97 -
YUV 110.89 205.39 219.38 -
System Red Green Blue C M Y K H S L
Decimal 239 19 248 0.04 0.92 0 0.03 297.64 0.94 0.52
Hex EF 13 F8 4 5C 0 3 12A 5E 34
Octal 357 23 370 4 134 0 3 452 136 64
Binary 11101111 10011 11111000 100 1011100 0 11 100101010 1011110 110100

Color Harmonies of #EF13F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13F8

Black with #EF13F8

Text Example


Text Example

White with #EF13F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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