#EC17E8

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

Shades of Magenta #EC17E8

Tints of Magenta #EC17E8

Color information

#EC17E8 (or 0xEC17E8) is unknown color: approx Magenta. HEX triplet: EC, 17 and E8. RGB value is (236,23,232). Sum of RGB (Red+Green+Blue) = 236+23+232=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17E8 is #13E817. Grayscale: #6D6D6D. Windows color (decimal): -1304600 or 15210476. OLE color: 15210476.

HSL color Cylindrical-coordinate representation of color #EC17E8: hue angle of 301.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC17E8 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB23623232-
CMYK00.900.020.07
HSL301.13º84.86%50.78%-
HSV(B)301.13º90.25%92.55%-
XYZ49.4624.2778.42-
YUV110.51196.57217.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 23 (9.38% from 255) = 4.68%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=48.07%
G=4.68%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362323200.900.020.07301.1384.8650.78
HexEC17E805A2712d5533
Octal3542735001322745512563
Binary11101100101111110100001011010101111001011011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC17E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC17E8; }

 p { color: rgb(236,23,232); }

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

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

 a { background-color: rgb(236,23,232); }

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

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

 span { border-color: rgb(236,23,232); }

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