Html Css Color HEX #EC05D5 Hot Magenta

📋 copy color: '#EC05D5'

red 236 ◦ green 5 ◦ blue 213

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

Shades of Hot Magenta #EC05D5

Tints of Hot Magenta #EC05D5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.1%

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

R = 51.98%
G = 1.1%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EC05D5 (or 0xEC05D5) is known color: Hot Magenta. HEX triplet: EC, 05 and D5. RGB value is (236,5,213). Sum of RGB (Red+Green+Blue) = 236+5+213=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05D5 is #13FA2A. Grayscale: #616161. Windows color (decimal): -1309227 or 13960684. OLE color: 13960684.

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

Color convert

RGB 236 5 213 -
CMYK 0 0.98 0.10 0.07
HSL 305.97º 0.96% 0.47% -
HSV(B) 305.97º 0.98% 0.93% -
XYZ 46.66 22.75 64.88 -
YUV 97.78 193.03 226.59 -
System Red Green Blue C M Y K H S L
Decimal 236 5 213 0 0.98 0.10 0.07 305.97 0.96 0.47
Hex EC 5 D5 0 62 A 7 132 60 2F
Octal 354 5 325 0 142 12 7 462 140 57
Binary 11101100 101 11010101 0 1100010 1010 111 100110010 1100000 101111

Color Harmonies of #EC05D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05D5

Black with #EC05D5

Text Example


Text Example

White with #EC05D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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