Html Css Color HEX #EC0ADD Hot Magenta

📋 copy color: '#EC0ADD'

red 236 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #EC0ADD

Tints of Hot Magenta #EC0ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 50.54%
G = 2.14%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC0ADD (or 0xEC0ADD) is known color: Hot Magenta. HEX triplet: EC, 0A and DD. RGB value is (236,10,221). Sum of RGB (Red+Green+Blue) = 236+10+221=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ADD is #13F522. Grayscale: #656565. Windows color (decimal): -1307939 or 14486252. OLE color: 14486252.

HSL color Cylindrical-coordinate representation of color #EC0ADD: hue angle of 303.98º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0ADD is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 10 221 -
CMYK 0 0.96 0.06 0.07
HSL 303.98º 0.92% 0.48% -
HSV(B) 303.98º 0.96% 0.93% -
XYZ 47.75 23.27 70.38 -
YUV 101.63 195.37 223.84 -
System Red Green Blue C M Y K H S L
Decimal 236 10 221 0 0.96 0.06 0.07 303.98 0.92 0.48
Hex EC A DD 0 60 6 7 130 5C 30
Octal 354 12 335 0 140 6 7 460 134 60
Binary 11101100 1010 11011101 0 1100000 110 111 100110000 1011100 110000

Color Harmonies of #EC0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0ADD

Black with #EC0ADD

Text Example


Text Example

White with #EC0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0ADD; }

 p { color: rgb(236,10,221); }

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

background-color css

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

 a { background-color: rgb(236,10,221); }

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

border-color css

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

 span { border-color: rgb(236,10,221); }

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