Html Css Color HEX #EC0DE6 Magenta

📋 copy color: '#EC0DE6'

red 236 ◦ green 13 ◦ blue 230

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

Shades of Magenta #EC0DE6

Tints of Magenta #EC0DE6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.71%

 BLUE value IS 230 (90.23% from 255) = 48.02%

R = 49.27%
G = 2.71%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC0DE6 (or 0xEC0DE6) is known color: Magenta. HEX triplet: EC, 0D and E6. RGB value is (236,13,230). Sum of RGB (Red+Green+Blue) = 236+13+230=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0DE6 is #13F219. Grayscale: #676767. Windows color (decimal): -1307162 or 15076844. OLE color: 15076844.

HSL color Cylindrical-coordinate representation of color #EC0DE6: hue angle of 301.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0DE6 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 13 230 -
CMYK 0 0.94 0.03 0.07
HSL 301.61º 0.9% 0.49% -
HSV(B) 301.61º 0.94% 0.93% -
XYZ 49.02 23.83 76.88 -
YUV 104.42 198.88 221.86 -
System Red Green Blue C M Y K H S L
Decimal 236 13 230 0 0.94 0.03 0.07 301.61 0.9 0.49
Hex EC D E6 0 5E 3 7 12E 5A 31
Octal 354 15 346 0 136 3 7 456 132 61
Binary 11101100 1101 11100110 0 1011110 11 111 100101110 1011010 110001

Color Harmonies of #EC0DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0DE6

Black with #EC0DE6

Text Example


Text Example

White with #EC0DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0DE6; }

 p { color: rgb(236,13,230); }

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

background-color css

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

 a { background-color: rgb(236,13,230); }

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

border-color css

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

 span { border-color: rgb(236,13,230); }

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