Html Css Color HEX #EC19E8 Magenta

📋 copy color: '#EC19E8'

red 236 ◦ green 25 ◦ blue 232

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

Shades of Magenta #EC19E8

Tints of Magenta #EC19E8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.07%

 BLUE value IS 232 (91.02% from 255) = 47.06%

R = 47.87%
G = 5.07%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC19E8 (or 0xEC19E8) is known color: Magenta. HEX triplet: EC, 19 and E8. RGB value is (236,25,232). Sum of RGB (Red+Green+Blue) = 236+25+232=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 25 (10.16% from 255 or 5.07% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19E8 is #13E617. Grayscale: #6F6F6F. Windows color (decimal): -1304088 or 15210988. OLE color: 15210988.

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

Color convert

RGB 236 25 232 -
CMYK 0 0.89 0.02 0.07
HSL 301.14º 0.85% 0.51% -
HSV(B) 301.14º 0.89% 0.93% -
XYZ 49.51 24.35 78.44 -
YUV 111.69 195.9 216.67 -
System Red Green Blue C M Y K H S L
Decimal 236 25 232 0 0.89 0.02 0.07 301.14 0.85 0.51
Hex EC 19 E8 0 59 2 7 12D 55 33
Octal 354 31 350 0 131 2 7 455 125 63
Binary 11101100 11001 11101000 0 1011001 10 111 100101101 1010101 110011

Color Harmonies of #EC19E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19E8

Black with #EC19E8

Text Example


Text Example

White with #EC19E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19E8; }

 p { color: rgb(236,25,232); }

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

background-color css

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

 a { background-color: rgb(236,25,232); }

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

border-color css

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

 span { border-color: rgb(236,25,232); }

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