Html Css Color HEX #EF10DF Hot Magenta

📋 copy color: '#EF10DF'

red 239 ◦ green 16 ◦ blue 223

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

Shades of Hot Magenta #EF10DF

Tints of Hot Magenta #EF10DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.35%

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

R = 50%
G = 3.35%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF10DF (or 0xEF10DF) is known color: Hot Magenta. HEX triplet: EF, 10 and DF. RGB value is (239,16,223). Sum of RGB (Red+Green+Blue) = 239+16+223=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10DF is #10EF20. Grayscale: #696969. Windows color (decimal): -1109793 or 14618863. OLE color: 14618863.

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

Color convert

RGB 239 16 223 -
CMYK 0 0.93 0.07 0.06
HSL 304.3º 0.87% 0.5% -
HSV(B) 304.3º 0.93% 0.94% -
XYZ 49.1 24.05 71.87 -
YUV 106.28 193.88 222.67 -
System Red Green Blue C M Y K H S L
Decimal 239 16 223 0 0.93 0.07 0.06 304.3 0.87 0.5
Hex EF 10 DF 0 5D 7 6 130 57 32
Octal 357 20 337 0 135 7 6 460 127 62
Binary 11101111 10000 11011111 0 1011101 111 110 100110000 1010111 110010

Color Harmonies of #EF10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10DF

Black with #EF10DF

Text Example


Text Example

White with #EF10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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