Html Css Color HEX #ED17EF Magenta

📋 copy color: '#ED17EF'

red 237 ◦ green 23 ◦ blue 239

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

Shades of Magenta #ED17EF

Tints of Magenta #ED17EF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED17EF (or 0xED17EF) is known color: Magenta. HEX triplet: ED, 17 and EF. RGB value is (237,23,239). Sum of RGB (Red+Green+Blue) = 237+23+239=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 23 (9.38% from 255 or 4.61% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED17EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED17EF is #12E810. Grayscale: #6E6E6E. Windows color (decimal): -1239057 or 15669229. OLE color: 15669229.

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

Color convert

RGB 237 23 239 -
CMYK 0.01 0.90 0 0.06
HSL 299.44º 0.87% 0.51% -
HSV(B) 299.44º 0.9% 0.94% -
XYZ 50.81 24.85 83.78 -
YUV 111.61 199.9 217.44 -
System Red Green Blue C M Y K H S L
Decimal 237 23 239 0.01 0.90 0 0.06 299.44 0.87 0.51
Hex ED 17 EF 1 5A 0 6 12B 57 33
Octal 355 27 357 1 132 0 6 453 127 63
Binary 11101101 10111 11101111 1 1011010 0 110 100101011 1010111 110011

Color Harmonies of #ED17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17EF

Black with #ED17EF

Text Example


Text Example

White with #ED17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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