#EC20EB

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

Shades of Magenta #EC20EB

Tints of Magenta #EC20EB

Color information

#EC20EB (or 0xEC20EB) is unknown color: approx Magenta. HEX triplet: EC, 20 and EB. RGB value is (236,32,235). Sum of RGB (Red+Green+Blue) = 236+32+235=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 32 (12.89% from 255 or 6.36% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20EB is #13DF14. Grayscale: #737373. Windows color (decimal): -1302293 or 15409388. OLE color: 15409388.

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

Color convert

RGB23632235-
CMYK00.860.000.07
HSL300.29º84.3%52.55%-
HSV(B)300.29º86.44%92.55%-
XYZ50.124.8680.76-
YUV116.14195.09213.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 32 (12.89% from 255) = 6.36%
BLUE value IS 235 (92.19% from 255) = 46.72%
R=46.92%
G=6.36%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363223500.860.000.07300.2984.352.55
HexEC20EB0560712c5435
Octal3544035301260745412465
Binary11101100100000111010110101011001111001011001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC20EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC20EB; }

 p { color: rgb(236,32,235); }

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

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

 a { background-color: rgb(236,32,235); }

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

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

 span { border-color: rgb(236,32,235); }

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