Html Css Color HEX #EC0CE6 Magenta

📋 copy color: '#EC0CE6'

red 236 ◦ green 12 ◦ blue 230

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

Shades of Magenta #EC0CE6

Tints of Magenta #EC0CE6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.51%

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

R = 49.37%
G = 2.51%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC0CE6 (or 0xEC0CE6) is known color: Magenta. HEX triplet: EC, 0C and E6. RGB value is (236,12,230). Sum of RGB (Red+Green+Blue) = 236+12+230=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CE6 is #13F319. Grayscale: #676767. Windows color (decimal): -1307418 or 15076588. OLE color: 15076588.

HSL color Cylindrical-coordinate representation of color #EC0CE6: 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.95%. Process color model (Four color, CMYK) of #EC0CE6 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 12 230 -
CMYK 0 0.95 0.03 0.07
HSL 301.61º 0.9% 0.49% -
HSV(B) 301.61º 0.95% 0.93% -
XYZ 49.01 23.81 76.88 -
YUV 103.83 199.21 222.27 -
System Red Green Blue C M Y K H S L
Decimal 236 12 230 0 0.95 0.03 0.07 301.61 0.9 0.49
Hex EC C E6 0 5F 3 7 12E 5A 31
Octal 354 14 346 0 137 3 7 456 132 61
Binary 11101100 1100 11100110 0 1011111 11 111 100101110 1011010 110001

Color Harmonies of #EC0CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CE6

Black with #EC0CE6

Text Example


Text Example

White with #EC0CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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