Html Css Color HEX #EC06DB Hot Magenta

📋 copy color: '#EC06DB'

red 236 ◦ green 6 ◦ blue 219

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

Shades of Hot Magenta #EC06DB

Tints of Hot Magenta #EC06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

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

R = 51.19%
G = 1.3%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC06DB (or 0xEC06DB) is known color: Hot Magenta. HEX triplet: EC, 06 and DB. RGB value is (236,6,219). Sum of RGB (Red+Green+Blue) = 236+6+219=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06DB is #13F924. Grayscale: #626262. Windows color (decimal): -1308965 or 14354156. OLE color: 14354156.

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

Color convert

RGB 236 6 219 -
CMYK 0 0.97 0.07 0.07
HSL 304.43º 0.95% 0.47% -
HSV(B) 304.43º 0.97% 0.93% -
XYZ 47.44 23.08 68.97 -
YUV 99.05 195.7 225.68 -
System Red Green Blue C M Y K H S L
Decimal 236 6 219 0 0.97 0.07 0.07 304.43 0.95 0.47
Hex EC 6 DB 0 61 7 7 130 5F 2F
Octal 354 6 333 0 141 7 7 460 137 57
Binary 11101100 110 11011011 0 1100001 111 111 100110000 1011111 101111

Color Harmonies of #EC06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06DB

Black with #EC06DB

Text Example


Text Example

White with #EC06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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