Html Css Color HEX #EF17ED Magenta

📋 copy color: '#EF17ED'

red 239 ◦ green 23 ◦ blue 237

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

Shades of Magenta #EF17ED

Tints of Magenta #EF17ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 47.9%
G = 4.61%
B = 47.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF17ED (or 0xEF17ED) is known color: Magenta. HEX triplet: EF, 17 and ED. RGB value is (239,23,237). Sum of RGB (Red+Green+Blue) = 239+23+237=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 23 (9.38% from 255 or 4.61% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF17ED is #10E812. Grayscale: #6F6F6F. Windows color (decimal): -1107987 or 15538159. OLE color: 15538159.

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

Color convert

RGB 239 23 237 -
CMYK 0 0.90 0.01 0.06
HSL 300.56º 0.87% 0.51% -
HSV(B) 300.56º 0.9% 0.94% -
XYZ 51.19 25.08 82.26 -
YUV 111.98 198.56 218.6 -
System Red Green Blue C M Y K H S L
Decimal 239 23 237 0 0.90 0.01 0.06 300.56 0.87 0.51
Hex EF 17 ED 0 5A 1 6 12D 57 33
Octal 357 27 355 0 132 1 6 455 127 63
Binary 11101111 10111 11101101 0 1011010 1 110 100101101 1010111 110011

Color Harmonies of #EF17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF17ED

Black with #EF17ED

Text Example


Text Example

White with #EF17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF17ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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