Html Css Color HEX #EC03D4 Hot Magenta

📋 copy color: '#EC03D4'

red 236 ◦ green 3 ◦ blue 212

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

Shades of Hot Magenta #EC03D4

Tints of Hot Magenta #EC03D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.01%

R = 52.33%
G = 0.67%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC03D4 (or 0xEC03D4) is known color: Hot Magenta. HEX triplet: EC, 03 and D4. RGB value is (236,3,212). Sum of RGB (Red+Green+Blue) = 236+3+212=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03D4 is #13FC2B. Grayscale: #5F5F5F. Windows color (decimal): -1309740 or 13894636. OLE color: 13894636.

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

Color convert

RGB 236 3 212 -
CMYK 0 0.99 0.10 0.07
HSL 306.18º 0.97% 0.47% -
HSV(B) 306.18º 0.99% 0.93% -
XYZ 46.51 22.65 64.21 -
YUV 96.49 193.19 227.51 -
System Red Green Blue C M Y K H S L
Decimal 236 3 212 0 0.99 0.10 0.07 306.18 0.97 0.47
Hex EC 3 D4 0 63 A 7 132 61 2F
Octal 354 3 324 0 143 12 7 462 141 57
Binary 11101100 11 11010100 0 1100011 1010 111 100110010 1100001 101111

Color Harmonies of #EC03D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC03D4

Black with #EC03D4

Text Example


Text Example

White with #EC03D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC03D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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