Html Css Color HEX #E501C9 Hot Magenta

📋 copy color: '#E501C9'

red 229 ◦ green 1 ◦ blue 201

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

Shades of Hot Magenta #E501C9

Tints of Hot Magenta #E501C9

RGB

 RED value IS 229 (89.84% from 255) = 53.13%

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 53.13%
G = 0.23%
B = 46.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E501C9 (or 0xE501C9) is known color: Hot Magenta. HEX triplet: E5, 01 and C9. RGB value is (229,1,201). Sum of RGB (Red+Green+Blue) = 229+1+201=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E501C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501C9 is #1AFE36. Grayscale: #5B5B5B. Windows color (decimal): -1769015 or 13173221. OLE color: 13173221.

HSL color Cylindrical-coordinate representation of color #E501C9: hue angle of 307.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501C9 is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 201 -
CMYK 0 1.00 0.12 0.10
HSL 307.37º 0.99% 0.45% -
HSV(B) 307.37º 1% 0.9% -
XYZ 42.87 20.9 57.03 -
YUV 91.97 189.54 225.74 -
System Red Green Blue C M Y K H S L
Decimal 229 1 201 0 1.00 0.12 0.10 307.37 0.99 0.45
Hex E5 1 C9 0 64 C A 133 63 2D
Octal 345 1 311 0 144 14 12 463 143 55
Binary 11100101 1 11001001 0 1100100 1100 1010 100110011 1100011 101101

Color Harmonies of #E501C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501C9

Black with #E501C9

Text Example


Text Example

White with #E501C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501C9; }

 p { color: rgb(229,1,201); }

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

background-color css

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

 a { background-color: rgb(229,1,201); }

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

border-color css

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

 span { border-color: rgb(229,1,201); }

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