Html Css Color HEX #EC0FDA Hot Magenta

📋 copy color: '#EC0FDA'

red 236 ◦ green 15 ◦ blue 218

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

Shades of Hot Magenta #EC0FDA

Tints of Hot Magenta #EC0FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.48%

R = 50.32%
G = 3.2%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC0FDA (or 0xEC0FDA) is known color: Hot Magenta. HEX triplet: EC, 0F and DA. RGB value is (236,15,218). Sum of RGB (Red+Green+Blue) = 236+15+218=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FDA is #13F025. Grayscale: #676767. Windows color (decimal): -1306662 or 14290924. OLE color: 14290924.

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

Color convert

RGB 236 15 218 -
CMYK 0 0.94 0.08 0.07
HSL 304.89º 0.88% 0.49% -
HSV(B) 304.89º 0.94% 0.93% -
XYZ 47.42 23.24 68.32 -
YUV 104.22 192.22 221.99 -
System Red Green Blue C M Y K H S L
Decimal 236 15 218 0 0.94 0.08 0.07 304.89 0.88 0.49
Hex EC F DA 0 5E 8 7 131 58 31
Octal 354 17 332 0 136 10 7 461 130 61
Binary 11101100 1111 11011010 0 1011110 1000 111 100110001 1011000 110001

Color Harmonies of #EC0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FDA

Black with #EC0FDA

Text Example


Text Example

White with #EC0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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