Html Css Color HEX #EC04EB Magenta

📋 copy color: '#EC04EB'

red 236 ◦ green 4 ◦ blue 235

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

Shades of Magenta #EC04EB

Tints of Magenta #EC04EB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.84%

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

R = 49.68%
G = 0.84%
B = 49.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC04EB (or 0xEC04EB) is known color: Magenta. HEX triplet: EC, 04 and EB. RGB value is (236,4,235). Sum of RGB (Red+Green+Blue) = 236+4+235=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 4 (1.95% from 255 or 0.84% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04EB is #13FB14. Grayscale: #636363. Windows color (decimal): -1309461 or 15402220. OLE color: 15402220.

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

Color convert

RGB 236 4 235 -
CMYK 0 0.98 0.00 0.07
HSL 300.26º 0.97% 0.47% -
HSV(B) 300.26º 0.98% 0.93% -
XYZ 49.63 23.92 80.6 -
YUV 99.7 204.36 225.22 -
System Red Green Blue C M Y K H S L
Decimal 236 4 235 0 0.98 0.00 0.07 300.26 0.97 0.47
Hex EC 4 EB 0 62 0 7 12C 61 2F
Octal 354 4 353 0 142 0 7 454 141 57
Binary 11101100 100 11101011 0 1100010 0 111 100101100 1100001 101111

Color Harmonies of #EC04EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04EB

Black with #EC04EB

Text Example


Text Example

White with #EC04EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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