Html Css Color HEX #E003CD Deep Magenta

📋 copy color: '#E003CD'

red 224 ◦ green 3 ◦ blue 205

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

Shades of Deep Magenta #E003CD

Tints of Deep Magenta #E003CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 51.85%
G = 0.69%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E003CD (or 0xE003CD) is known color: Deep Magenta. HEX triplet: E0, 03 and CD. RGB value is (224,3,205). Sum of RGB (Red+Green+Blue) = 224+3+205=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E003CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003CD is #1FFC32. Grayscale: #5B5B5B. Windows color (decimal): -2096179 or 13435872. OLE color: 13435872.

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

Color convert

RGB 224 3 205 -
CMYK 0 0.99 0.08 0.12
HSL 305.16º 0.97% 0.45% -
HSV(B) 305.16º 0.99% 0.88% -
XYZ 41.79 20.32 59.48 -
YUV 92.11 191.72 222.07 -
System Red Green Blue C M Y K H S L
Decimal 224 3 205 0 0.99 0.08 0.12 305.16 0.97 0.45
Hex E0 3 CD 0 63 8 C 131 61 2D
Octal 340 3 315 0 143 10 14 461 141 55
Binary 11100000 11 11001101 0 1100011 1000 1100 100110001 1100001 101101

Color Harmonies of #E003CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003CD

Black with #E003CD

Text Example


Text Example

White with #E003CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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