Html Css Color HEX #EC0DDA Hot Magenta

📋 copy color: '#EC0DDA'

red 236 ◦ green 13 ◦ blue 218

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

Shades of Hot Magenta #EC0DDA

Tints of Hot Magenta #EC0DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 50.54%
G = 2.78%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC0DDA (or 0xEC0DDA) is known color: Hot Magenta. HEX triplet: EC, 0D and DA. RGB value is (236,13,218). Sum of RGB (Red+Green+Blue) = 236+13+218=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DDA is #13F225. Grayscale: #666666. Windows color (decimal): -1307174 or 14290412. OLE color: 14290412.

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

Color convert

RGB 236 13 218 -
CMYK 0 0.94 0.08 0.07
HSL 304.84º 0.9% 0.49% -
HSV(B) 304.84º 0.94% 0.93% -
XYZ 47.39 23.18 68.31 -
YUV 103.05 192.88 222.83 -
System Red Green Blue C M Y K H S L
Decimal 236 13 218 0 0.94 0.08 0.07 304.84 0.9 0.49
Hex EC D DA 0 5E 8 7 131 5A 31
Octal 354 15 332 0 136 10 7 461 132 61
Binary 11101100 1101 11011010 0 1011110 1000 111 100110001 1011010 110001

Color Harmonies of #EC0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0DDA

Black with #EC0DDA

Text Example


Text Example

White with #EC0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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