Html Css Color HEX #EC00DB Hot Magenta

📋 copy color: '#EC00DB'

red 236 ◦ green 0 ◦ blue 219

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

Shades of Hot Magenta #EC00DB

Tints of Hot Magenta #EC00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.87%
G = 0%
B = 48.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC00DB (or 0xEC00DB) is known color: Hot Magenta. HEX triplet: EC, 00 and DB. RGB value is (236,0,219). Sum of RGB (Red+Green+Blue) = 236+0+219=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00DB is #13FF24. Grayscale: #5E5E5E. Windows color (decimal): -1310501 or 14352620. OLE color: 14352620.

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

Color convert

RGB 236 0 219 -
CMYK 0 1 0.07 0.07
HSL 304.32º 1% 0.46% -
HSV(B) 304.32º 1% 0.93% -
XYZ 47.38 22.95 68.95 -
YUV 95.53 197.69 228.19 -
System Red Green Blue C M Y K H S L
Decimal 236 0 219 0 1 0.07 0.07 304.32 1 0.46
Hex EC 0 DB 0 64 7 7 130 64 2E
Octal 354 0 333 0 144 7 7 460 144 56
Binary 11101100 0 11011011 0 1100100 111 111 100110000 1100100 101110

Color Harmonies of #EC00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00DB

Black with #EC00DB

Text Example


Text Example

White with #EC00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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