Html Css Color HEX #E501CF Deep Magenta

📋 copy color: '#E501CF'

red 229 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #E501CF

Tints of Deep Magenta #E501CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 52.4%
G = 0.23%
B = 47.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E501CF (or 0xE501CF) is known color: Deep Magenta. HEX triplet: E5, 01 and CF. RGB value is (229,1,207). Sum of RGB (Red+Green+Blue) = 229+1+207=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E501CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501CF is #1AFE30. Grayscale: #5C5C5C. Windows color (decimal): -1769009 or 13566437. OLE color: 13566437.

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

Color convert

RGB 229 1 207 -
CMYK 0 1.00 0.10 0.10
HSL 305.79º 0.99% 0.45% -
HSV(B) 305.79º 1% 0.9% -
XYZ 43.59 21.18 60.82 -
YUV 92.66 192.54 225.25 -
System Red Green Blue C M Y K H S L
Decimal 229 1 207 0 1.00 0.10 0.10 305.79 0.99 0.45
Hex E5 1 CF 0 64 A A 132 63 2D
Octal 345 1 317 0 144 12 12 462 143 55
Binary 11100101 1 11001111 0 1100100 1010 1010 100110010 1100011 101101

Color Harmonies of #E501CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501CF

Black with #E501CF

Text Example


Text Example

White with #E501CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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