#ED18F3

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

Shades of Magenta #ED18F3

Tints of Magenta #ED18F3

Color information

#ED18F3 (or 0xED18F3) is unknown color: approx Magenta. HEX triplet: ED, 18 and F3. RGB value is (237,24,243). Sum of RGB (Red+Green+Blue) = 237+24+243=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 24 (9.77% from 255 or 4.76% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED18F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED18F3 is #12E70C. Grayscale: #6F6F6F. Windows color (decimal): -1238797 or 15931629. OLE color: 15931629.

HSL color Cylindrical-coordinate representation of color #ED18F3: 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.9%. Process color model (Four color, CMYK) of #ED18F3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23724243-
CMYK0.020.9000.05
HSL298.36º90.12%52.35%-
HSV(B)298.36º90.12%95.29%-
XYZ51.4325.1386.93-
YUV112.65201.57216.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 24 (9.77% from 255) = 4.76%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=47.02%
G=4.76%
B=48.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237242430.020.9000.05298.3690.1252.35
HexED18F325A0512a5a34
Octal3553036321320545213264
Binary11101101110001111001110101101001011001010101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED18F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED18F3; }

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

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

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

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

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

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

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

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