Html Css Color HEX #EC15DA Hot Magenta

📋 copy color: '#EC15DA'

red 236 ◦ green 21 ◦ blue 218

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

Shades of Hot Magenta #EC15DA

Tints of Hot Magenta #EC15DA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.42%

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

R = 49.68%
G = 4.42%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC15DA (or 0xEC15DA) is known color: Hot Magenta. HEX triplet: EC, 15 and DA. RGB value is (236,21,218). Sum of RGB (Red+Green+Blue) = 236+21+218=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15DA is #13EA25. Grayscale: #6B6B6B. Windows color (decimal): -1305126 or 14292460. OLE color: 14292460.

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

Color convert

RGB 236 21 218 -
CMYK 0 0.91 0.08 0.07
HSL 305.02º 0.85% 0.5% -
HSV(B) 305.02º 0.91% 0.93% -
XYZ 47.52 23.43 68.35 -
YUV 107.74 190.23 219.48 -
System Red Green Blue C M Y K H S L
Decimal 236 21 218 0 0.91 0.08 0.07 305.02 0.85 0.5
Hex EC 15 DA 0 5B 8 7 131 55 32
Octal 354 25 332 0 133 10 7 461 125 62
Binary 11101100 10101 11011010 0 1011011 1000 111 100110001 1010101 110010

Color Harmonies of #EC15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15DA

Black with #EC15DA

Text Example


Text Example

White with #EC15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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