Html Css Color HEX #EF17DC Hot Magenta

📋 copy color: '#EF17DC'

red 239 ◦ green 23 ◦ blue 220

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

Shades of Hot Magenta #EF17DC

Tints of Hot Magenta #EF17DC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.77%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 49.59%
G = 4.77%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF17DC (or 0xEF17DC) is known color: Hot Magenta. HEX triplet: EF, 17 and DC. RGB value is (239,23,220). Sum of RGB (Red+Green+Blue) = 239+23+220=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17DC is #10E823. Grayscale: #6D6D6D. Windows color (decimal): -1108004 or 14424047. OLE color: 14424047.

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

Color convert

RGB 239 23 220 -
CMYK 0 0.90 0.08 0.06
HSL 305.28º 0.87% 0.51% -
HSV(B) 305.28º 0.9% 0.94% -
XYZ 48.82 24.13 69.79 -
YUV 110.04 190.06 219.98 -
System Red Green Blue C M Y K H S L
Decimal 239 23 220 0 0.90 0.08 0.06 305.28 0.87 0.51
Hex EF 17 DC 0 5A 8 6 131 57 33
Octal 357 27 334 0 132 10 6 461 127 63
Binary 11101111 10111 11011100 0 1011010 1000 110 100110001 1010111 110011

Color Harmonies of #EF17DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17DC

Black with #EF17DC

Text Example


Text Example

White with #EF17DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17DC; }

 p { color: rgb(239,23,220); }

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

background-color css

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

 a { background-color: rgb(239,23,220); }

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

border-color css

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

 span { border-color: rgb(239,23,220); }

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