#ED14E6

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

Shades of Magenta #ED14E6

Tints of Magenta #ED14E6

Color information

#ED14E6 (or 0xED14E6) is unknown color: approx Magenta. HEX triplet: ED, 14 and E6. RGB value is (237,20,230). Sum of RGB (Red+Green+Blue) = 237+20+230=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED14E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED14E6 is #12EB19. Grayscale: #6C6C6C. Windows color (decimal): -1239834 or 15078637. OLE color: 15078637.

HSL color Cylindrical-coordinate representation of color #ED14E6: hue angle of 301.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED14E6 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23720230-
CMYK00.920.030.07
HSL301.94º85.77%50.39%-
HSV(B)301.94º91.56%92.94%-
XYZ49.4624.2276.93-
YUV108.82196.39219.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 20 (8.20% from 255) = 4.11%
BLUE value IS 230 (90.23% from 255) = 47.23%
R=48.67%
G=4.11%
B=47.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372023000.920.030.07301.9485.7750.39
HexED14E605C3712e5632
Octal3552434601343745612662
Binary11101101101001110011001011100111111001011101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED14E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED14E6; }

 p { color: rgb(237,20,230); }

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

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

 a { background-color: rgb(237,20,230); }

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

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

 span { border-color: rgb(237,20,230); }

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