Html Css Color HEX #EF19EF Magenta

📋 copy color: '#EF19EF'

red 239 ◦ green 25 ◦ blue 239

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

Shades of Magenta #EF19EF

Tints of Magenta #EF19EF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.97%

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 47.51%
G = 4.97%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF19EF (or 0xEF19EF) is known color: Magenta. HEX triplet: EF, 19 and EF. RGB value is (239,25,239). Sum of RGB (Red+Green+Blue) = 239+25+239=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF19EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19EF is #10E610. Grayscale: #707070. Windows color (decimal): -1107473 or 15669743. OLE color: 15669743.

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

Color convert

RGB 239 25 239 -
CMYK 0 0.90 0 0.06
HSL 300º 0.87% 0.52% -
HSV(B) 300º 0.9% 0.94% -
XYZ 51.52 25.28 83.82 -
YUV 113.38 198.9 217.6 -
System Red Green Blue C M Y K H S L
Decimal 239 25 239 0 0.90 0 0.06 300 0.87 0.52
Hex EF 19 EF 0 5A 0 6 12C 57 34
Octal 357 31 357 0 132 0 6 454 127 64
Binary 11101111 11001 11101111 0 1011010 0 110 100101100 1010111 110100

Color Harmonies of #EF19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF19EF

Black with #EF19EF

Text Example


Text Example

White with #EF19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF19EF; }

 p { color: rgb(239,25,239); }

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

background-color css

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

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

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

border-color css

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

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

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