Html Css Color HEX #EC0CE9 Magenta

📋 copy color: '#EC0CE9'

red 236 ◦ green 12 ◦ blue 233

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

Shades of Magenta #EC0CE9

Tints of Magenta #EC0CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 49.06%
G = 2.49%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC0CE9 (or 0xEC0CE9) is known color: Magenta. HEX triplet: EC, 0C and E9. RGB value is (236,12,233). Sum of RGB (Red+Green+Blue) = 236+12+233=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CE9 is #13F316. Grayscale: #676767. Windows color (decimal): -1307415 or 15273196. OLE color: 15273196.

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

Color convert

RGB 236 12 233 -
CMYK 0 0.95 0.01 0.07
HSL 300.8º 0.9% 0.49% -
HSV(B) 300.8º 0.95% 0.93% -
XYZ 49.43 23.98 79.11 -
YUV 104.17 200.71 222.03 -
System Red Green Blue C M Y K H S L
Decimal 236 12 233 0 0.95 0.01 0.07 300.8 0.9 0.49
Hex EC C E9 0 5F 1 7 12D 5A 31
Octal 354 14 351 0 137 1 7 455 132 61
Binary 11101100 1100 11101001 0 1011111 1 111 100101101 1011010 110001

Color Harmonies of #EC0CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CE9

Black with #EC0CE9

Text Example


Text Example

White with #EC0CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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