Html Css Color HEX #EC02DB Hot Magenta

📋 copy color: '#EC02DB'

red 236 ◦ green 2 ◦ blue 219

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

Shades of Hot Magenta #EC02DB

Tints of Hot Magenta #EC02DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.44%

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

R = 51.64%
G = 0.44%
B = 47.92%

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

#EC02DB (or 0xEC02DB) is known color: Hot Magenta. HEX triplet: EC, 02 and DB. RGB value is (236,2,219). Sum of RGB (Red+Green+Blue) = 236+2+219=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 2 (1.17% from 255 or 0.44% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC02DB is #13FD24. Grayscale: #606060. Windows color (decimal): -1309989 or 14353132. OLE color: 14353132.

HSL color Cylindrical-coordinate representation of color #EC02DB: hue angle of 304.36º degrees, saturation: 0.98, 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 #EC02DB is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 219 -
CMYK 0 0.99 0.07 0.07
HSL 304.36º 0.98% 0.47% -
HSV(B) 304.36º 0.99% 0.93% -
XYZ 47.4 22.99 68.96 -
YUV 96.7 197.02 227.36 -
System Red Green Blue C M Y K H S L
Decimal 236 2 219 0 0.99 0.07 0.07 304.36 0.98 0.47
Hex EC 2 DB 0 63 7 7 130 62 2F
Octal 354 2 333 0 143 7 7 460 142 57
Binary 11101100 10 11011011 0 1100011 111 111 100110000 1100010 101111

Color Harmonies of #EC02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02DB

Black with #EC02DB

Text Example


Text Example

White with #EC02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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