#EC15EA

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

Shades of Magenta #EC15EA

Tints of Magenta #EC15EA

Color information

#EC15EA (or 0xEC15EA) is unknown color: approx Magenta. HEX triplet: EC, 15 and EA. RGB value is (236,21,234). Sum of RGB (Red+Green+Blue) = 236+21+234=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15EA is #13EA15. Grayscale: #6C6C6C. Windows color (decimal): -1305110 or 15341036. OLE color: 15341036.

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

Color convert

RGB23621234-
CMYK00.910.010.07
HSL300.56º84.98%50.39%-
HSV(B)300.56º91.1%92.55%-
XYZ49.7124.3179.91-
YUV109.57198.23218.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 21 (8.59% from 255) = 4.28%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=48.07%
G=4.28%
B=47.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362123400.910.010.07300.5684.9850.39
HexEC15EA05B1712d5532
Octal3542535201331745512562
Binary1110110010101111010100101101111111001011011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC15EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC15EA; }

 p { color: rgb(236,21,234); }

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

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

 a { background-color: rgb(236,21,234); }

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

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

 span { border-color: rgb(236,21,234); }

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