Html Css Color HEX #E504CC Deep Magenta

📋 copy color: '#E504CC'

red 229 ◦ green 4 ◦ blue 204

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

Shades of Deep Magenta #E504CC

Tints of Deep Magenta #E504CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.92%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 52.4%
G = 0.92%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E504CC (or 0xE504CC) is known color: Deep Magenta. HEX triplet: E5, 04 and CC. RGB value is (229,4,204). Sum of RGB (Red+Green+Blue) = 229+4+204=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E504CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504CC is #1AFB33. Grayscale: #5D5D5D. Windows color (decimal): -1768244 or 13370597. OLE color: 13370597.

HSL color Cylindrical-coordinate representation of color #E504CC: hue angle of 306.67º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504CC is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 204 -
CMYK 0 0.98 0.11 0.10
HSL 306.67º 0.97% 0.46% -
HSV(B) 306.67º 0.98% 0.9% -
XYZ 43.26 21.1 58.92 -
YUV 94.08 190.04 224.24 -
System Red Green Blue C M Y K H S L
Decimal 229 4 204 0 0.98 0.11 0.10 306.67 0.97 0.46
Hex E5 4 CC 0 62 B A 133 61 2E
Octal 345 4 314 0 142 13 12 463 141 56
Binary 11100101 100 11001100 0 1100010 1011 1010 100110011 1100001 101110

Color Harmonies of #E504CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504CC

Black with #E504CC

Text Example


Text Example

White with #E504CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504CC; }

 p { color: rgb(229,4,204); }

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

background-color css

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

 a { background-color: rgb(229,4,204); }

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

border-color css

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

 span { border-color: rgb(229,4,204); }

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