Html Css Color HEX #EC06DC Hot Magenta

📋 copy color: '#EC06DC'

red 236 ◦ green 6 ◦ blue 220

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

Shades of Hot Magenta #EC06DC

Tints of Hot Magenta #EC06DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 51.08%
G = 1.3%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC06DC (or 0xEC06DC) is known color: Hot Magenta. HEX triplet: EC, 06 and DC. RGB value is (236,6,220). Sum of RGB (Red+Green+Blue) = 236+6+220=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06DC is #13F923. Grayscale: #626262. Windows color (decimal): -1308964 or 14419692. OLE color: 14419692.

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

Color convert

RGB 236 6 220 -
CMYK 0 0.97 0.07 0.07
HSL 304.17º 0.95% 0.47% -
HSV(B) 304.17º 0.97% 0.93% -
XYZ 47.58 23.13 69.67 -
YUV 99.17 196.2 225.6 -
System Red Green Blue C M Y K H S L
Decimal 236 6 220 0 0.97 0.07 0.07 304.17 0.95 0.47
Hex EC 6 DC 0 61 7 7 130 5F 2F
Octal 354 6 334 0 141 7 7 460 137 57
Binary 11101100 110 11011100 0 1100001 111 111 100110000 1011111 101111

Color Harmonies of #EC06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06DC

Black with #EC06DC

Text Example


Text Example

White with #EC06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06DC; }

 p { color: rgb(236,6,220); }

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

background-color css

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

 a { background-color: rgb(236,6,220); }

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

border-color css

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

 span { border-color: rgb(236,6,220); }

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