Html Css Color HEX #EC1EE9 Magenta

📋 copy color: '#EC1EE9'

red 236 ◦ green 30 ◦ blue 233

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

Shades of Magenta #EC1EE9

Tints of Magenta #EC1EE9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.01%

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

R = 47.29%
G = 6.01%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC1EE9 (or 0xEC1EE9) is known color: Magenta. HEX triplet: EC, 1E and E9. RGB value is (236,30,233). Sum of RGB (Red+Green+Blue) = 236+30+233=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1EE9 is #13E116. Grayscale: #727272. Windows color (decimal): -1302807 or 15277804. OLE color: 15277804.

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

Color convert

RGB 236 30 233 -
CMYK 0 0.87 0.01 0.07
HSL 300.87º 0.84% 0.52% -
HSV(B) 300.87º 0.87% 0.93% -
XYZ 49.76 24.64 79.22 -
YUV 114.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 236 30 233 0 0.87 0.01 0.07 300.87 0.84 0.52
Hex EC 1E E9 0 57 1 7 12D 54 34
Octal 354 36 351 0 127 1 7 455 124 64
Binary 11101100 11110 11101001 0 1010111 1 111 100101101 1010100 110100

Color Harmonies of #EC1EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EE9

Black with #EC1EE9

Text Example


Text Example

White with #EC1EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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