Html Css Color HEX #EC00EA Magenta

📋 copy color: '#EC00EA'

red 236 ◦ green 0 ◦ blue 234

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

Shades of Magenta #EC00EA

Tints of Magenta #EC00EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 50.21%
G = 0%
B = 49.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC00EA (or 0xEC00EA) is known color: Magenta. HEX triplet: EC, 00 and EA. RGB value is (236,0,234). Sum of RGB (Red+Green+Blue) = 236+0+234=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00EA is #13FF15. Grayscale: #606060. Windows color (decimal): -1310486 or 15335660. OLE color: 15335660.

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

Color convert

RGB 236 0 234 -
CMYK 0 1 0.01 0.07
HSL 300.51º 1% 0.46% -
HSV(B) 300.51º 1% 0.93% -
XYZ 49.44 23.77 79.82 -
YUV 97.24 205.19 226.97 -
System Red Green Blue C M Y K H S L
Decimal 236 0 234 0 1 0.01 0.07 300.51 1 0.46
Hex EC 0 EA 0 64 1 7 12D 64 2E
Octal 354 0 352 0 144 1 7 455 144 56
Binary 11101100 0 11101010 0 1100100 1 111 100101101 1100100 101110

Color Harmonies of #EC00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00EA

Black with #EC00EA

Text Example


Text Example

White with #EC00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00EA; }

 p { color: rgb(236,0,234); }

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

background-color css

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

 a { background-color: rgb(236,0,234); }

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

border-color css

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

 span { border-color: rgb(236,0,234); }

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