Html Css Color HEX #EC03DB Hot Magenta

📋 copy color: '#EC03DB'

red 236 ◦ green 3 ◦ blue 219

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

Shades of Hot Magenta #EC03DB

Tints of Hot Magenta #EC03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.66%

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

R = 51.53%
G = 0.66%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC03DB (or 0xEC03DB) is known color: Hot Magenta. HEX triplet: EC, 03 and DB. RGB value is (236,3,219). Sum of RGB (Red+Green+Blue) = 236+3+219=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 3 (1.56% from 255 or 0.66% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03DB is #13FC24. Grayscale: #606060. Windows color (decimal): -1309733 or 14353388. OLE color: 14353388.

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

Color convert

RGB 236 3 219 -
CMYK 0 0.99 0.07 0.07
HSL 304.38º 0.97% 0.47% -
HSV(B) 304.38º 0.99% 0.93% -
XYZ 47.41 23.01 68.96 -
YUV 97.29 196.69 226.94 -
System Red Green Blue C M Y K H S L
Decimal 236 3 219 0 0.99 0.07 0.07 304.38 0.97 0.47
Hex EC 3 DB 0 63 7 7 130 61 2F
Octal 354 3 333 0 143 7 7 460 141 57
Binary 11101100 11 11011011 0 1100011 111 111 100110000 1100001 101111

Color Harmonies of #EC03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC03DB

Black with #EC03DB

Text Example


Text Example

White with #EC03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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