Html Css Color HEX #EC0DD1 Hot Magenta

📋 copy color: '#EC0DD1'

red 236 ◦ green 13 ◦ blue 209

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

Shades of Hot Magenta #EC0DD1

Tints of Hot Magenta #EC0DD1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.84%

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

R = 51.53%
G = 2.84%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC0DD1 (or 0xEC0DD1) is known color: Hot Magenta. HEX triplet: EC, 0D and D1. RGB value is (236,13,209). Sum of RGB (Red+Green+Blue) = 236+13+209=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DD1 is #13F22E. Grayscale: #656565. Windows color (decimal): -1307183 or 13700588. OLE color: 13700588.

HSL color Cylindrical-coordinate representation of color #EC0DD1: hue angle of 307.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0DD1 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 13 209 -
CMYK 0 0.94 0.11 0.07
HSL 307.26º 0.9% 0.49% -
HSV(B) 307.26º 0.94% 0.93% -
XYZ 46.24 22.72 62.27 -
YUV 102.02 188.38 223.56 -
System Red Green Blue C M Y K H S L
Decimal 236 13 209 0 0.94 0.11 0.07 307.26 0.9 0.49
Hex EC D D1 0 5E B 7 133 5A 31
Octal 354 15 321 0 136 13 7 463 132 61
Binary 11101100 1101 11010001 0 1011110 1011 111 100110011 1011010 110001

Color Harmonies of #EC0DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0DD1

Black with #EC0DD1

Text Example


Text Example

White with #EC0DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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