Html Css Color HEX #EC0DDB Hot Magenta

📋 copy color: '#EC0DDB'

red 236 ◦ green 13 ◦ blue 219

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

Shades of Hot Magenta #EC0DDB

Tints of Hot Magenta #EC0DDB

RGB

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

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

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

R = 50.43%
G = 2.78%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC0DDB (or 0xEC0DDB) is known color: Hot Magenta. HEX triplet: EC, 0D and DB. RGB value is (236,13,219). Sum of RGB (Red+Green+Blue) = 236+13+219=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DDB is #13F224. Grayscale: #666666. Windows color (decimal): -1307173 or 14355948. OLE color: 14355948.

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

Color convert

RGB 236 13 219 -
CMYK 0 0.94 0.07 0.07
HSL 304.57º 0.9% 0.49% -
HSV(B) 304.57º 0.94% 0.93% -
XYZ 47.52 23.24 69 -
YUV 103.16 193.38 222.75 -
System Red Green Blue C M Y K H S L
Decimal 236 13 219 0 0.94 0.07 0.07 304.57 0.9 0.49
Hex EC D DB 0 5E 7 7 131 5A 31
Octal 354 15 333 0 136 7 7 461 132 61
Binary 11101100 1101 11011011 0 1011110 111 111 100110001 1011010 110001

Color Harmonies of #EC0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0DDB

Black with #EC0DDB

Text Example


Text Example

White with #EC0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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