Html Css Color HEX #EC03D5 Hot Magenta

📋 copy color: '#EC03D5'

red 236 ◦ green 3 ◦ blue 213

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

Shades of Hot Magenta #EC03D5

Tints of Hot Magenta #EC03D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.12%

R = 52.21%
G = 0.66%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC03D5 (or 0xEC03D5) is known color: Hot Magenta. HEX triplet: EC, 03 and D5. RGB value is (236,3,213). Sum of RGB (Red+Green+Blue) = 236+3+213=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03D5 is #13FC2A. Grayscale: #606060. Windows color (decimal): -1309739 or 13960172. OLE color: 13960172.

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

Color convert

RGB 236 3 213 -
CMYK 0 0.99 0.10 0.07
HSL 305.92º 0.97% 0.47% -
HSV(B) 305.92º 0.99% 0.93% -
XYZ 46.63 22.7 64.87 -
YUV 96.61 193.69 227.42 -
System Red Green Blue C M Y K H S L
Decimal 236 3 213 0 0.99 0.10 0.07 305.92 0.97 0.47
Hex EC 3 D5 0 63 A 7 132 61 2F
Octal 354 3 325 0 143 12 7 462 141 57
Binary 11101100 11 11010101 0 1100011 1010 111 100110010 1100001 101111

Color Harmonies of #EC03D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC03D5

Black with #EC03D5

Text Example


Text Example

White with #EC03D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC03D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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