Html Css Color HEX #EC00D1 Hot Magenta

📋 copy color: '#EC00D1'

red 236 ◦ green 0 ◦ blue 209

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

Shades of Hot Magenta #EC00D1

Tints of Hot Magenta #EC00D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.97%

R = 53.03%
G = 0%
B = 46.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC00D1 (or 0xEC00D1) is known color: Hot Magenta. HEX triplet: EC, 00 and D1. RGB value is (236,0,209). Sum of RGB (Red+Green+Blue) = 236+0+209=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00D1 is #13FF2E. Grayscale: #5D5D5D. Windows color (decimal): -1310511 or 13697260. OLE color: 13697260.

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

Color convert

RGB 236 0 209 -
CMYK 0 1 0.11 0.07
HSL 306.86º 1% 0.46% -
HSV(B) 306.86º 1% 0.93% -
XYZ 46.1 22.44 62.22 -
YUV 94.39 192.69 229.01 -
System Red Green Blue C M Y K H S L
Decimal 236 0 209 0 1 0.11 0.07 306.86 1 0.46
Hex EC 0 D1 0 64 B 7 133 64 2E
Octal 354 0 321 0 144 13 7 463 144 56
Binary 11101100 0 11010001 0 1100100 1011 111 100110011 1100100 101110

Color Harmonies of #EC00D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00D1

Black with #EC00D1

Text Example


Text Example

White with #EC00D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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