Html Css Color HEX #EC00EB Magenta

📋 copy color: '#EC00EB'

red 236 ◦ green 0 ◦ blue 235

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

Shades of Magenta #EC00EB

Tints of Magenta #EC00EB

RGB

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

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

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

R = 50.11%
G = 0%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC00EB (or 0xEC00EB) is known color: Magenta. HEX triplet: EC, 00 and EB. RGB value is (236,0,235). Sum of RGB (Red+Green+Blue) = 236+0+235=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00EB is #13FF14. Grayscale: #606060. Windows color (decimal): -1310485 or 15401196. OLE color: 15401196.

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

Color convert

RGB 236 0 235 -
CMYK 0 1 0.00 0.07
HSL 300.25º 1% 0.46% -
HSV(B) 300.25º 1% 0.93% -
XYZ 49.59 23.83 80.58 -
YUV 97.35 205.69 226.89 -
System Red Green Blue C M Y K H S L
Decimal 236 0 235 0 1 0.00 0.07 300.25 1 0.46
Hex EC 0 EB 0 64 0 7 12C 64 2E
Octal 354 0 353 0 144 0 7 454 144 56
Binary 11101100 0 11101011 0 1100100 0 111 100101100 1100100 101110

Color Harmonies of #EC00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00EB

Black with #EC00EB

Text Example


Text Example

White with #EC00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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