#ED15E6

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

Shades of Magenta #ED15E6

Tints of Magenta #ED15E6

Color information

#ED15E6 (or 0xED15E6) is unknown color: approx Magenta. HEX triplet: ED, 15 and E6. RGB value is (237,21,230). Sum of RGB (Red+Green+Blue) = 237+21+230=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED15E6 is #12EA19. Grayscale: #6C6C6C. Windows color (decimal): -1239578 or 15078893. OLE color: 15078893.

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

Color convert

RGB23721230-
CMYK00.910.030.07
HSL301.94º85.71%50.59%-
HSV(B)301.94º91.14%92.94%-
XYZ49.4824.2576.94-
YUV109.41196.06219.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 21 (8.59% from 255) = 4.30%
BLUE value IS 230 (90.23% from 255) = 47.13%
R=48.57%
G=4.30%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372123000.910.030.07301.9485.7150.59
HexED15E605B3712e5633
Octal3552534601333745612663
Binary11101101101011110011001011011111111001011101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED15E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED15E6; }

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

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

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

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

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

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

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

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