Html Css Color HEX #EF19E9 Magenta

📋 copy color: '#EF19E9'

red 239 ◦ green 25 ◦ blue 233

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

Shades of Magenta #EF19E9

Tints of Magenta #EF19E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.88%

R = 48.09%
G = 5.03%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF19E9 (or 0xEF19E9) is known color: Magenta. HEX triplet: EF, 19 and E9. RGB value is (239,25,233). Sum of RGB (Red+Green+Blue) = 239+25+233=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19E9 is #10E616. Grayscale: #707070. Windows color (decimal): -1107479 or 15276527. OLE color: 15276527.

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

Color convert

RGB 239 25 233 -
CMYK 0 0.90 0.03 0.06
HSL 301.68º 0.87% 0.52% -
HSV(B) 301.68º 0.9% 0.94% -
XYZ 50.65 24.93 79.23 -
YUV 112.7 195.9 218.09 -
System Red Green Blue C M Y K H S L
Decimal 239 25 233 0 0.90 0.03 0.06 301.68 0.87 0.52
Hex EF 19 E9 0 5A 3 6 12E 57 34
Octal 357 31 351 0 132 3 6 456 127 64
Binary 11101111 11001 11101001 0 1011010 11 110 100101110 1010111 110100

Color Harmonies of #EF19E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF19E9

Black with #EF19E9

Text Example


Text Example

White with #EF19E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF19E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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