Html Css Color HEX #EF17EA Magenta

📋 copy color: '#EF17EA'

red 239 ◦ green 23 ◦ blue 234

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

Shades of Magenta #EF17EA

Tints of Magenta #EF17EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 48.19%
G = 4.64%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF17EA (or 0xEF17EA) is known color: Magenta. HEX triplet: EF, 17 and EA. RGB value is (239,23,234). Sum of RGB (Red+Green+Blue) = 239+23+234=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 23 (9.38% from 255 or 4.64% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17EA is #10E815. Grayscale: #6F6F6F. Windows color (decimal): -1107990 or 15341551. OLE color: 15341551.

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

Color convert

RGB 239 23 234 -
CMYK 0 0.90 0.02 0.06
HSL 301.39º 0.87% 0.51% -
HSV(B) 301.39º 0.9% 0.94% -
XYZ 50.75 24.9 79.97 -
YUV 111.64 197.06 218.84 -
System Red Green Blue C M Y K H S L
Decimal 239 23 234 0 0.90 0.02 0.06 301.39 0.87 0.51
Hex EF 17 EA 0 5A 2 6 12D 57 33
Octal 357 27 352 0 132 2 6 455 127 63
Binary 11101111 10111 11101010 0 1011010 10 110 100101101 1010111 110011

Color Harmonies of #EF17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17EA

Black with #EF17EA

Text Example


Text Example

White with #EF17EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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