Html Css Color HEX #EC12EB Magenta

📋 copy color: '#EC12EB'

red 236 ◦ green 18 ◦ blue 235

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

Shades of Magenta #EC12EB

Tints of Magenta #EC12EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.68%

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

R = 48.26%
G = 3.68%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC12EB (or 0xEC12EB) is known color: Magenta. HEX triplet: EC, 12 and EB. RGB value is (236,18,235). Sum of RGB (Red+Green+Blue) = 236+18+235=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12EB is #13ED14. Grayscale: #6B6B6B. Windows color (decimal): -1305877 or 15405804. OLE color: 15405804.

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

Color convert

RGB 236 18 235 -
CMYK 0 0.92 0.00 0.07
HSL 300.28º 0.86% 0.5% -
HSV(B) 300.28º 0.92% 0.93% -
XYZ 49.8 24.26 80.66 -
YUV 107.92 199.72 219.36 -
System Red Green Blue C M Y K H S L
Decimal 236 18 235 0 0.92 0.00 0.07 300.28 0.86 0.5
Hex EC 12 EB 0 5C 0 7 12C 56 32
Octal 354 22 353 0 134 0 7 454 126 62
Binary 11101100 10010 11101011 0 1011100 0 111 100101100 1010110 110010

Color Harmonies of #EC12EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12EB

Black with #EC12EB

Text Example


Text Example

White with #EC12EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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