Html Css Color HEX #EC0FD4 Hot Magenta

📋 copy color: '#EC0FD4'

red 236 ◦ green 15 ◦ blue 212

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

Shades of Hot Magenta #EC0FD4

Tints of Hot Magenta #EC0FD4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.24%

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

R = 50.97%
G = 3.24%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC0FD4 (or 0xEC0FD4) is known color: Hot Magenta. HEX triplet: EC, 0F and D4. RGB value is (236,15,212). Sum of RGB (Red+Green+Blue) = 236+15+212=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FD4 is #13F02B. Grayscale: #666666. Windows color (decimal): -1306668 or 13897708. OLE color: 13897708.

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

Color convert

RGB 236 15 212 -
CMYK 0 0.94 0.10 0.07
HSL 306.52º 0.88% 0.49% -
HSV(B) 306.52º 0.94% 0.93% -
XYZ 46.65 22.93 64.25 -
YUV 103.54 189.22 222.48 -
System Red Green Blue C M Y K H S L
Decimal 236 15 212 0 0.94 0.10 0.07 306.52 0.88 0.49
Hex EC F D4 0 5E A 7 133 58 31
Octal 354 17 324 0 136 12 7 463 130 61
Binary 11101100 1111 11010100 0 1011110 1010 111 100110011 1011000 110001

Color Harmonies of #EC0FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FD4

Black with #EC0FD4

Text Example


Text Example

White with #EC0FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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