#EC05EA

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

Shades of Magenta #EC05EA

Tints of Magenta #EC05EA

Color information

#EC05EA (or 0xEC05EA) is unknown color: approx Magenta. HEX triplet: EC, 05 and EA. RGB value is (236,5,234). Sum of RGB (Red+Green+Blue) = 236+5+234=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 5 (2.34% from 255 or 1.05% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC05EA is #13FA15. Grayscale: #636363. Windows color (decimal): -1309206 or 15336940. OLE color: 15336940.

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

Color convert

RGB2365234-
CMYK00.980.010.07
HSL300.52º95.85%47.25%-
HSV(B)300.52º97.88%92.55%-
XYZ49.523.8879.84-
YUV100.18203.53224.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 5 (2.34% from 255) = 1.05%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=49.68%
G=1.05%
B=49.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236523400.980.010.07300.5295.8547.25
HexEC5EA0621712d602f
Octal354535201421745514057
Binary11101100101111010100110001011111001011011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC05EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC05EA; }

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

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

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

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

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

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

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

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