Html Css Color HEX #EF19F5 Magenta

📋 copy color: '#EF19F5'

red 239 ◦ green 25 ◦ blue 245

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

Shades of Magenta #EF19F5

Tints of Magenta #EF19F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.13%

R = 46.95%
G = 4.91%
B = 48.13%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF19F5 (or 0xEF19F5) is known color: Magenta. HEX triplet: EF, 19 and F5. RGB value is (239,25,245). Sum of RGB (Red+Green+Blue) = 239+25+245=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF19F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF19F5 is #10E60A. Grayscale: #717171. Windows color (decimal): -1107467 or 16062959. OLE color: 16062959.

HSL color Cylindrical-coordinate representation of color #EF19F5: hue angle of 298.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19F5 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 25 245 -
CMYK 0.02 0.90 0 0.04
HSL 298.36º 0.92% 0.53% -
HSV(B) 298.36º 0.9% 0.96% -
XYZ 52.43 25.64 88.57 -
YUV 114.07 201.9 217.11 -
System Red Green Blue C M Y K H S L
Decimal 239 25 245 0.02 0.90 0 0.04 298.36 0.92 0.53
Hex EF 19 F5 2 5A 0 4 12A 5C 35
Octal 357 31 365 2 132 0 4 452 134 65
Binary 11101111 11001 11110101 10 1011010 0 100 100101010 1011100 110101

Color Harmonies of #EF19F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF19F5

Black with #EF19F5

Text Example


Text Example

White with #EF19F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF19F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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