Html Css Color HEX #EC15DB Hot Magenta

📋 copy color: '#EC15DB'

red 236 ◦ green 21 ◦ blue 219

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

Shades of Hot Magenta #EC15DB

Tints of Hot Magenta #EC15DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 49.58%
G = 4.41%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC15DB (or 0xEC15DB) is known color: Hot Magenta. HEX triplet: EC, 15 and DB. RGB value is (236,21,219). Sum of RGB (Red+Green+Blue) = 236+21+219=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15DB is #13EA24. Grayscale: #6B6B6B. Windows color (decimal): -1305125 or 14357996. OLE color: 14357996.

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

Color convert

RGB 236 21 219 -
CMYK 0 0.91 0.07 0.07
HSL 304.74º 0.85% 0.5% -
HSV(B) 304.74º 0.91% 0.93% -
XYZ 47.65 23.48 69.04 -
YUV 107.86 190.73 219.4 -
System Red Green Blue C M Y K H S L
Decimal 236 21 219 0 0.91 0.07 0.07 304.74 0.85 0.5
Hex EC 15 DB 0 5B 7 7 131 55 32
Octal 354 25 333 0 133 7 7 461 125 62
Binary 11101100 10101 11011011 0 1011011 111 111 100110001 1010101 110010

Color Harmonies of #EC15DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15DB

Black with #EC15DB

Text Example


Text Example

White with #EC15DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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