Html Css Color HEX #EC0FD5 Hot Magenta

📋 copy color: '#EC0FD5'

red 236 ◦ green 15 ◦ blue 213

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

Shades of Hot Magenta #EC0FD5

Tints of Hot Magenta #EC0FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 50.86%
G = 3.23%
B = 45.91%

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

#EC0FD5 (or 0xEC0FD5) is known color: Hot Magenta. HEX triplet: EC, 0F and D5. RGB value is (236,15,213). Sum of RGB (Red+Green+Blue) = 236+15+213=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FD5 is #13F02A. Grayscale: #676767. Windows color (decimal): -1306667 or 13963244. OLE color: 13963244.

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

Color convert

RGB 236 15 213 -
CMYK 0 0.94 0.10 0.07
HSL 306.24º 0.88% 0.49% -
HSV(B) 306.24º 0.94% 0.93% -
XYZ 46.77 22.98 64.92 -
YUV 103.65 189.72 222.4 -
System Red Green Blue C M Y K H S L
Decimal 236 15 213 0 0.94 0.10 0.07 306.24 0.88 0.49
Hex EC F D5 0 5E A 7 132 58 31
Octal 354 17 325 0 136 12 7 462 130 61
Binary 11101100 1111 11010101 0 1011110 1010 111 100110010 1011000 110001

Color Harmonies of #EC0FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FD5

Black with #EC0FD5

Text Example


Text Example

White with #EC0FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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