Html Css Color HEX #E505CC Deep Magenta

📋 copy color: '#E505CC'

red 229 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #E505CC

Tints of Deep Magenta #E505CC

RGB

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

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

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

R = 52.28%
G = 1.14%
B = 46.58%

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

#E505CC (or 0xE505CC) is known color: Deep Magenta. HEX triplet: E5, 05 and CC. RGB value is (229,5,204). Sum of RGB (Red+Green+Blue) = 229+5+204=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E505CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505CC is #1AFA33. Grayscale: #5E5E5E. Windows color (decimal): -1767988 or 13370853. OLE color: 13370853.

HSL color Cylindrical-coordinate representation of color #E505CC: hue angle of 306.7º degrees, saturation: 0.96, 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 #E505CC is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 204 -
CMYK 0 0.98 0.11 0.10
HSL 306.7º 0.96% 0.46% -
HSV(B) 306.7º 0.98% 0.9% -
XYZ 43.27 21.13 58.92 -
YUV 94.66 189.71 223.82 -
System Red Green Blue C M Y K H S L
Decimal 229 5 204 0 0.98 0.11 0.10 306.7 0.96 0.46
Hex E5 5 CC 0 62 B A 133 60 2E
Octal 345 5 314 0 142 13 12 463 140 56
Binary 11100101 101 11001100 0 1100010 1011 1010 100110011 1100000 101110

Color Harmonies of #E505CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505CC

Black with #E505CC

Text Example


Text Example

White with #E505CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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