Html Css Color HEX #EC19EB Magenta

📋 copy color: '#EC19EB'

red 236 ◦ green 25 ◦ blue 235

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

Shades of Magenta #EC19EB

Tints of Magenta #EC19EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 47.58%
G = 5.04%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC19EB (or 0xEC19EB) is known color: Magenta. HEX triplet: EC, 19 and EB. RGB value is (236,25,235). Sum of RGB (Red+Green+Blue) = 236+25+235=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19EB is #13E614. Grayscale: #6F6F6F. Windows color (decimal): -1304085 or 15407596. OLE color: 15407596.

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

Color convert

RGB 236 25 235 -
CMYK 0 0.89 0.00 0.07
HSL 300.28º 0.85% 0.51% -
HSV(B) 300.28º 0.89% 0.93% -
XYZ 49.94 24.53 80.7 -
YUV 112.03 197.4 216.42 -
System Red Green Blue C M Y K H S L
Decimal 236 25 235 0 0.89 0.00 0.07 300.28 0.85 0.51
Hex EC 19 EB 0 59 0 7 12C 55 33
Octal 354 31 353 0 131 0 7 454 125 63
Binary 11101100 11001 11101011 0 1011001 0 111 100101100 1010101 110011

Color Harmonies of #EC19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19EB

Black with #EC19EB

Text Example


Text Example

White with #EC19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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