Html Css Color HEX #EF19DF Hot Magenta

📋 copy color: '#EF19DF'

red 239 ◦ green 25 ◦ blue 223

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

Shades of Hot Magenta #EF19DF

Tints of Hot Magenta #EF19DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 49.08%
G = 5.13%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF19DF (or 0xEF19DF) is known color: Hot Magenta. HEX triplet: EF, 19 and DF. RGB value is (239,25,223). Sum of RGB (Red+Green+Blue) = 239+25+223=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19DF is #10E620. Grayscale: #6E6E6E. Windows color (decimal): -1107489 or 14621167. OLE color: 14621167.

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

Color convert

RGB 239 25 223 -
CMYK 0 0.90 0.07 0.06
HSL 304.49º 0.87% 0.52% -
HSV(B) 304.49º 0.9% 0.94% -
XYZ 49.26 24.37 71.92 -
YUV 111.56 190.9 218.9 -
System Red Green Blue C M Y K H S L
Decimal 239 25 223 0 0.90 0.07 0.06 304.49 0.87 0.52
Hex EF 19 DF 0 5A 7 6 130 57 34
Octal 357 31 337 0 132 7 6 460 127 64
Binary 11101111 11001 11011111 0 1011010 111 110 100110000 1010111 110100

Color Harmonies of #EF19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF19DF

Black with #EF19DF

Text Example


Text Example

White with #EF19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF19DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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