Html Css Color HEX #EC03D6 Hot Magenta

📋 copy color: '#EC03D6'

red 236 ◦ green 3 ◦ blue 214

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

Shades of Hot Magenta #EC03D6

Tints of Hot Magenta #EC03D6

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 52.1%
G = 0.66%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC03D6 (or 0xEC03D6) is known color: Hot Magenta. HEX triplet: EC, 03 and D6. RGB value is (236,3,214). Sum of RGB (Red+Green+Blue) = 236+3+214=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03D6 is #13FC29. Grayscale: #606060. Windows color (decimal): -1309738 or 14025708. OLE color: 14025708.

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

Color convert

RGB 236 3 214 -
CMYK 0 0.99 0.09 0.07
HSL 305.67º 0.97% 0.47% -
HSV(B) 305.67º 0.99% 0.93% -
XYZ 46.76 22.75 65.55 -
YUV 96.72 194.19 227.34 -
System Red Green Blue C M Y K H S L
Decimal 236 3 214 0 0.99 0.09 0.07 305.67 0.97 0.47
Hex EC 3 D6 0 63 9 7 132 61 2F
Octal 354 3 326 0 143 11 7 462 141 57
Binary 11101100 11 11010110 0 1100011 1001 111 100110010 1100001 101111

Color Harmonies of #EC03D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC03D6

Black with #EC03D6

Text Example


Text Example

White with #EC03D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC03D6; }

 p { color: rgb(236,3,214); }

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

background-color css

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

 a { background-color: rgb(236,3,214); }

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

border-color css

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

 span { border-color: rgb(236,3,214); }

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