Html Css Color HEX #EC00D2 Hot Magenta

📋 copy color: '#EC00D2'

red 236 ◦ green 0 ◦ blue 210

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

Shades of Hot Magenta #EC00D2

Tints of Hot Magenta #EC00D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.09%

R = 52.91%
G = 0%
B = 47.09%

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

#EC00D2 (or 0xEC00D2) is known color: Hot Magenta. HEX triplet: EC, 00 and D2. RGB value is (236,0,210). Sum of RGB (Red+Green+Blue) = 236+0+210=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00D2 is #13FF2D. Grayscale: #5D5D5D. Windows color (decimal): -1310510 or 13762796. OLE color: 13762796.

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

Color convert

RGB 236 0 210 -
CMYK 0 1 0.11 0.07
HSL 306.61º 1% 0.46% -
HSV(B) 306.61º 1% 0.93% -
XYZ 46.22 22.49 62.88 -
YUV 94.5 193.19 228.92 -
System Red Green Blue C M Y K H S L
Decimal 236 0 210 0 1 0.11 0.07 306.61 1 0.46
Hex EC 0 D2 0 64 B 7 133 64 2E
Octal 354 0 322 0 144 13 7 463 144 56
Binary 11101100 0 11010010 0 1100100 1011 111 100110011 1100100 101110

Color Harmonies of #EC00D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00D2

Black with #EC00D2

Text Example


Text Example

White with #EC00D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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