Html Css Color HEX #E003CC Deep Magenta

📋 copy color: '#E003CC'

red 224 ◦ green 3 ◦ blue 204

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

Shades of Deep Magenta #E003CC

Tints of Deep Magenta #E003CC

RGB

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

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

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

R = 51.97%
G = 0.7%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E003CC (or 0xE003CC) is known color: Deep Magenta. HEX triplet: E0, 03 and CC. RGB value is (224,3,204). Sum of RGB (Red+Green+Blue) = 224+3+204=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E003CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003CC is #1FFC33. Grayscale: #5B5B5B. Windows color (decimal): -2096180 or 13370336. OLE color: 13370336.

HSL color Cylindrical-coordinate representation of color #E003CC: hue angle of 305.43º 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 #E003CC is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 204 -
CMYK 0 0.99 0.09 0.12
HSL 305.43º 0.97% 0.45% -
HSV(B) 305.43º 0.99% 0.88% -
XYZ 41.67 20.27 58.84 -
YUV 91.99 191.22 222.16 -
System Red Green Blue C M Y K H S L
Decimal 224 3 204 0 0.99 0.09 0.12 305.43 0.97 0.45
Hex E0 3 CC 0 63 9 C 131 61 2D
Octal 340 3 314 0 143 11 14 461 141 55
Binary 11100000 11 11001100 0 1100011 1001 1100 100110001 1100001 101101

Color Harmonies of #E003CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003CC

Black with #E003CC

Text Example


Text Example

White with #E003CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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