Html Css Color HEX #EC15E9 Magenta

📋 copy color: '#EC15E9'

red 236 ◦ green 21 ◦ blue 233

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

Shades of Magenta #EC15E9

Tints of Magenta #EC15E9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.29%

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

R = 48.16%
G = 4.29%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC15E9 (or 0xEC15E9) is known color: Magenta. HEX triplet: EC, 15 and E9. RGB value is (236,21,233). Sum of RGB (Red+Green+Blue) = 236+21+233=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15E9 is #13EA16. Grayscale: #6C6C6C. Windows color (decimal): -1305111 or 15275500. OLE color: 15275500.

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

Color convert

RGB 236 21 233 -
CMYK 0 0.91 0.01 0.07
HSL 300.84º 0.85% 0.5% -
HSV(B) 300.84º 0.91% 0.93% -
XYZ 49.57 24.25 79.16 -
YUV 109.45 197.73 218.26 -
System Red Green Blue C M Y K H S L
Decimal 236 21 233 0 0.91 0.01 0.07 300.84 0.85 0.5
Hex EC 15 E9 0 5B 1 7 12D 55 32
Octal 354 25 351 0 133 1 7 455 125 62
Binary 11101100 10101 11101001 0 1011011 1 111 100101101 1010101 110010

Color Harmonies of #EC15E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15E9

Black with #EC15E9

Text Example


Text Example

White with #EC15E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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