#ED17F3

Color #ED17F3 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #ED17F3

Tints of Magenta #ED17F3

Color information

#ED17F3 (or 0xED17F3) is unknown color: approx Magenta. HEX triplet: ED, 17 and F3. RGB value is (237,23,243). Sum of RGB (Red+Green+Blue) = 237+23+243=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 23 (9.38% from 255 or 4.57% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED17F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED17F3 is #12E80C. Grayscale: #6F6F6F. Windows color (decimal): -1239053 or 15931373. OLE color: 15931373.

HSL color Cylindrical-coordinate representation of color #ED17F3: hue angle of 298.36º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED17F3 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23723243-
CMYK0.020.9100.05
HSL298.36º90.16%52.16%-
HSV(B)298.36º90.53%95.29%-
XYZ51.4125.0986.93-
YUV112.07201.9217.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 23 (9.38% from 255) = 4.57%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=47.12%
G=4.57%
B=48.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237232430.020.9100.05298.3690.1652.16
HexED17F325B0512a5a34
Octal3552736321330545213264
Binary11101101101111111001110101101101011001010101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED17F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED17F3; }

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

 H1.HeaderClassName
 {
   color: #ED17F3;
 }
 .AnyTagClassName
 {
   color: #ED17F3;
 }
</style>
background-color css

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

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

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

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

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

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