Html Css Color HEX #E507CC Deep Magenta

📋 copy color: '#E507CC'

red 229 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #E507CC

Tints of Deep Magenta #E507CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

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

R = 52.05%
G = 1.59%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E507CC (or 0xE507CC) is known color: Deep Magenta. HEX triplet: E5, 07 and CC. RGB value is (229,7,204). Sum of RGB (Red+Green+Blue) = 229+7+204=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E507CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E507CC is #1AF833. Grayscale: #5F5F5F. Windows color (decimal): -1767476 or 13371365. OLE color: 13371365.

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

Color convert

RGB 229 7 204 -
CMYK 0 0.97 0.11 0.10
HSL 306.76º 0.94% 0.46% -
HSV(B) 306.76º 0.97% 0.9% -
XYZ 43.29 21.17 58.93 -
YUV 95.84 189.05 222.98 -
System Red Green Blue C M Y K H S L
Decimal 229 7 204 0 0.97 0.11 0.10 306.76 0.94 0.46
Hex E5 7 CC 0 61 B A 133 5E 2E
Octal 345 7 314 0 141 13 12 463 136 56
Binary 11100101 111 11001100 0 1100001 1011 1010 100110011 1011110 101110

Color Harmonies of #E507CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E507CC

Black with #E507CC

Text Example


Text Example

White with #E507CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E507CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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