Html Css Color HEX #EF13E5 Magenta

📋 copy color: '#EF13E5'

red 239 ◦ green 19 ◦ blue 229

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

Shades of Magenta #EF13E5

Tints of Magenta #EF13E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.02%

R = 49.08%
G = 3.9%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF13E5 (or 0xEF13E5) is known color: Magenta. HEX triplet: EF, 13 and E5. RGB value is (239,19,229). Sum of RGB (Red+Green+Blue) = 239+19+229=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13E5 is #10EC1A. Grayscale: #6C6C6C. Windows color (decimal): -1109019 or 15012847. OLE color: 15012847.

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

Color convert

RGB 239 19 229 -
CMYK 0 0.92 0.04 0.06
HSL 302.73º 0.87% 0.51% -
HSV(B) 302.73º 0.92% 0.94% -
XYZ 49.97 24.47 76.22 -
YUV 108.72 195.89 220.92 -
System Red Green Blue C M Y K H S L
Decimal 239 19 229 0 0.92 0.04 0.06 302.73 0.87 0.51
Hex EF 13 E5 0 5C 4 6 12F 57 33
Octal 357 23 345 0 134 4 6 457 127 63
Binary 11101111 10011 11100101 0 1011100 100 110 100101111 1010111 110011

Color Harmonies of #EF13E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13E5

Black with #EF13E5

Text Example


Text Example

White with #EF13E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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