Html Css Color HEX #EC12DB Hot Magenta

📋 copy color: '#EC12DB'

red 236 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #EC12DB

Tints of Hot Magenta #EC12DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.81%

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

R = 49.89%
G = 3.81%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC12DB (or 0xEC12DB) is known color: Hot Magenta. HEX triplet: EC, 12 and DB. RGB value is (236,18,219). Sum of RGB (Red+Green+Blue) = 236+18+219=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12DB is #13ED24. Grayscale: #696969. Windows color (decimal): -1305893 or 14357228. OLE color: 14357228.

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

Color convert

RGB 236 18 219 -
CMYK 0 0.92 0.07 0.07
HSL 304.68º 0.86% 0.5% -
HSV(B) 304.68º 0.92% 0.93% -
XYZ 47.59 23.38 69.02 -
YUV 106.1 191.72 220.66 -
System Red Green Blue C M Y K H S L
Decimal 236 18 219 0 0.92 0.07 0.07 304.68 0.86 0.5
Hex EC 12 DB 0 5C 7 7 131 56 32
Octal 354 22 333 0 134 7 7 461 126 62
Binary 11101100 10010 11011011 0 1011100 111 111 100110001 1010110 110010

Color Harmonies of #EC12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12DB

Black with #EC12DB

Text Example


Text Example

White with #EC12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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