Html Css Color HEX #E007CC Deep Magenta

📋 copy color: '#E007CC'

red 224 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #E007CC

Tints of Deep Magenta #E007CC

RGB

 RED value IS 224 (87.89% from 255) = 51.49%

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

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

R = 51.49%
G = 1.61%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E007CC (or 0xE007CC) is known color: Deep Magenta. HEX triplet: E0, 07 and CC. RGB value is (224,7,204). Sum of RGB (Red+Green+Blue) = 224+7+204=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E007CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E007CC is #1FF833. Grayscale: #5D5D5D. Windows color (decimal): -2095156 or 13371360. OLE color: 13371360.

HSL color Cylindrical-coordinate representation of color #E007CC: hue angle of 305.53º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E007CC is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 7 204 -
CMYK 0 0.97 0.09 0.12
HSL 305.53º 0.94% 0.45% -
HSV(B) 305.53º 0.97% 0.88% -
XYZ 41.72 20.36 58.86 -
YUV 94.34 189.89 220.48 -
System Red Green Blue C M Y K H S L
Decimal 224 7 204 0 0.97 0.09 0.12 305.53 0.94 0.45
Hex E0 7 CC 0 61 9 C 132 5E 2D
Octal 340 7 314 0 141 11 14 462 136 55
Binary 11100000 111 11001100 0 1100001 1001 1100 100110010 1011110 101101

Color Harmonies of #E007CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007CC

Black with #E007CC

Text Example


Text Example

White with #E007CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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