Html Css Color HEX #EC20EA Magenta

📋 copy color: '#EC20EA'

red 236 ◦ green 32 ◦ blue 234

#EC20EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #EC20EA

Tints of Magenta #EC20EA

RGB

 RED value IS 236 (92.58% from 255) = 47.01%

 GREEN value IS 32 (12.89% from 255) = 6.37%

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 47.01%
G = 6.37%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC20EA (or 0xEC20EA) is known color: Magenta. HEX triplet: EC, 20 and EA. RGB value is (236,32,234). Sum of RGB (Red+Green+Blue) = 236+32+234=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 32 (12.89% from 255 or 6.37% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC20EA is #13DF15. Grayscale: #737373. Windows color (decimal): -1302294 or 15343852. OLE color: 15343852.

HSL color Cylindrical-coordinate representation of color #EC20EA: hue angle of 300.59º 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 #EC20EA is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 234 -
CMYK 0 0.86 0.01 0.07
HSL 300.59º 0.84% 0.53% -
HSV(B) 300.59º 0.86% 0.93% -
XYZ 49.96 24.81 80 -
YUV 116.02 194.59 213.57 -
System Red Green Blue C M Y K H S L
Decimal 236 32 234 0 0.86 0.01 0.07 300.59 0.84 0.53
Hex EC 20 EA 0 56 1 7 12D 54 35
Octal 354 40 352 0 126 1 7 455 124 65
Binary 11101100 100000 11101010 0 1010110 1 111 100101101 1010100 110101

Color Harmonies of #EC20EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC20EA

Black with #EC20EA

Text Example


Text Example

White with #EC20EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC20EA; }

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

 H1.HeaderClassName
 {
   color: #EC20EA;
 }
 .AnyTagClassName
 {
   color: #EC20EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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