Html Css Color HEX #EF13EA Magenta

📋 copy color: '#EF13EA'

red 239 ◦ green 19 ◦ blue 234

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

Shades of Magenta #EF13EA

Tints of Magenta #EF13EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 48.58%
G = 3.86%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF13EA (or 0xEF13EA) is known color: Magenta. HEX triplet: EF, 13 and EA. RGB value is (239,19,234). Sum of RGB (Red+Green+Blue) = 239+19+234=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF13EA is #10EC15. Grayscale: #6C6C6C. Windows color (decimal): -1109014 or 15340527. OLE color: 15340527.

HSL color Cylindrical-coordinate representation of color #EF13EA: hue angle of 301.36º 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 #EF13EA is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 19 234 -
CMYK 0 0.92 0.02 0.06
HSL 301.36º 0.87% 0.51% -
HSV(B) 301.36º 0.92% 0.94% -
XYZ 50.68 24.76 79.95 -
YUV 109.29 198.39 220.52 -
System Red Green Blue C M Y K H S L
Decimal 239 19 234 0 0.92 0.02 0.06 301.36 0.87 0.51
Hex EF 13 EA 0 5C 2 6 12D 57 33
Octal 357 23 352 0 134 2 6 455 127 63
Binary 11101111 10011 11101010 0 1011100 10 110 100101101 1010111 110011

Color Harmonies of #EF13EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13EA

Black with #EF13EA

Text Example


Text Example

White with #EF13EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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