Html Css Color HEX #EC19DF Hot Magenta

📋 copy color: '#EC19DF'

red 236 ◦ green 25 ◦ blue 223

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

Shades of Hot Magenta #EC19DF

Tints of Hot Magenta #EC19DF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.17%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 48.76%
G = 5.17%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC19DF (or 0xEC19DF) is known color: Hot Magenta. HEX triplet: EC, 19 and DF. RGB value is (236,25,223). Sum of RGB (Red+Green+Blue) = 236+25+223=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC19DF is #13E620. Grayscale: #6E6E6E. Windows color (decimal): -1304097 or 14621164. OLE color: 14621164.

HSL color Cylindrical-coordinate representation of color #EC19DF: hue angle of 303.7º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC19DF is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 223 -
CMYK 0 0.89 0.06 0.07
HSL 303.7º 0.85% 0.51% -
HSV(B) 303.7º 0.89% 0.93% -
XYZ 48.26 23.86 71.87 -
YUV 110.66 191.4 217.4 -
System Red Green Blue C M Y K H S L
Decimal 236 25 223 0 0.89 0.06 0.07 303.7 0.85 0.51
Hex EC 19 DF 0 59 6 7 130 55 33
Octal 354 31 337 0 131 6 7 460 125 63
Binary 11101100 11001 11011111 0 1011001 110 111 100110000 1010101 110011

Color Harmonies of #EC19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC19DF

Black with #EC19DF

Text Example


Text Example

White with #EC19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC19DF; }

 p { color: rgb(236,25,223); }

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

background-color css

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

 a { background-color: rgb(236,25,223); }

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

border-color css

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

 span { border-color: rgb(236,25,223); }

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