Html Css Color HEX #EF17E1 Hot Magenta

📋 copy color: '#EF17E1'

red 239 ◦ green 23 ◦ blue 225

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

Shades of Hot Magenta #EF17E1

Tints of Hot Magenta #EF17E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.2%

R = 49.08%
G = 4.72%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EF17E1 (or 0xEF17E1) is known color: Hot Magenta. HEX triplet: EF, 17 and E1. RGB value is (239,23,225). Sum of RGB (Red+Green+Blue) = 239+23+225=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 23 (9.38% from 255 or 4.72% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17E1 is #10E81E. Grayscale: #6E6E6E. Windows color (decimal): -1107999 or 14751727. OLE color: 14751727.

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

Color convert

RGB 239 23 225 -
CMYK 0 0.90 0.06 0.06
HSL 303.89º 0.87% 0.51% -
HSV(B) 303.89º 0.9% 0.94% -
XYZ 49.49 24.4 73.34 -
YUV 110.61 192.56 219.57 -
System Red Green Blue C M Y K H S L
Decimal 239 23 225 0 0.90 0.06 0.06 303.89 0.87 0.51
Hex EF 17 E1 0 5A 6 6 130 57 33
Octal 357 27 341 0 132 6 6 460 127 63
Binary 11101111 10111 11100001 0 1011010 110 110 100110000 1010111 110011

Color Harmonies of #EF17E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17E1

Black with #EF17E1

Text Example


Text Example

White with #EF17E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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