Html Css Color HEX #EC0ADB Hot Magenta

📋 copy color: '#EC0ADB'

red 236 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #EC0ADB

Tints of Hot Magenta #EC0ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 50.75%
G = 2.15%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC0ADB (or 0xEC0ADB) is known color: Hot Magenta. HEX triplet: EC, 0A and DB. RGB value is (236,10,219). Sum of RGB (Red+Green+Blue) = 236+10+219=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ADB is #13F524. Grayscale: #646464. Windows color (decimal): -1307941 or 14355180. OLE color: 14355180.

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

Color convert

RGB 236 10 219 -
CMYK 0 0.96 0.07 0.07
HSL 304.51º 0.92% 0.48% -
HSV(B) 304.51º 0.96% 0.93% -
XYZ 47.49 23.16 68.99 -
YUV 101.4 194.37 224.01 -
System Red Green Blue C M Y K H S L
Decimal 236 10 219 0 0.96 0.07 0.07 304.51 0.92 0.48
Hex EC A DB 0 60 7 7 131 5C 30
Octal 354 12 333 0 140 7 7 461 134 60
Binary 11101100 1010 11011011 0 1100000 111 111 100110001 1011100 110000

Color Harmonies of #EC0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0ADB

Black with #EC0ADB

Text Example


Text Example

White with #EC0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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