Html Css Color HEX #EF15DF Hot Magenta

📋 copy color: '#EF15DF'

red 239 ◦ green 21 ◦ blue 223

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

Shades of Hot Magenta #EF15DF

Tints of Hot Magenta #EF15DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.35%

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

R = 49.48%
G = 4.35%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF15DF (or 0xEF15DF) is known color: Hot Magenta. HEX triplet: EF, 15 and DF. RGB value is (239,21,223). Sum of RGB (Red+Green+Blue) = 239+21+223=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15DF is #10EA20. Grayscale: #6C6C6C. Windows color (decimal): -1108513 or 14620143. OLE color: 14620143.

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

Color convert

RGB 239 21 223 -
CMYK 0 0.91 0.07 0.06
HSL 304.4º 0.87% 0.51% -
HSV(B) 304.4º 0.91% 0.94% -
XYZ 49.18 24.21 71.89 -
YUV 109.21 192.22 220.57 -
System Red Green Blue C M Y K H S L
Decimal 239 21 223 0 0.91 0.07 0.06 304.4 0.87 0.51
Hex EF 15 DF 0 5B 7 6 130 57 33
Octal 357 25 337 0 133 7 6 460 127 63
Binary 11101111 10101 11011111 0 1011011 111 110 100110000 1010111 110011

Color Harmonies of #EF15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15DF

Black with #EF15DF

Text Example


Text Example

White with #EF15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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