Html Css Color HEX #E003C1 Deep Magenta

📋 copy color: '#E003C1'

red 224 ◦ green 3 ◦ blue 193

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

Shades of Deep Magenta #E003C1

Tints of Deep Magenta #E003C1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 53.33%
G = 0.71%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E003C1 (or 0xE003C1) is known color: Deep Magenta. HEX triplet: E0, 03 and C1. RGB value is (224,3,193). Sum of RGB (Red+Green+Blue) = 224+3+193=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E003C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003C1 is #1FFC3E. Grayscale: #5A5A5A. Windows color (decimal): -2096191 or 12649440. OLE color: 12649440.

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

Color convert

RGB 224 3 193 -
CMYK 0 0.99 0.14 0.12
HSL 308.42º 0.97% 0.45% -
HSV(B) 308.42º 0.99% 0.88% -
XYZ 40.4 19.76 52.14 -
YUV 90.74 185.72 223.05 -
System Red Green Blue C M Y K H S L
Decimal 224 3 193 0 0.99 0.14 0.12 308.42 0.97 0.45
Hex E0 3 C1 0 63 E C 134 61 2D
Octal 340 3 301 0 143 16 14 464 141 55
Binary 11100000 11 11000001 0 1100011 1110 1100 100110100 1100001 101101

Color Harmonies of #E003C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003C1

Black with #E003C1

Text Example


Text Example

White with #E003C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003C1; }

 p { color: rgb(224,3,193); }

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

background-color css

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

 a { background-color: rgb(224,3,193); }

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

border-color css

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

 span { border-color: rgb(224,3,193); }

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