Html Css Color HEX #E002D5 Deep Magenta

📋 copy color: '#E002D5'

red 224 ◦ green 2 ◦ blue 213

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

Shades of Deep Magenta #E002D5

Tints of Deep Magenta #E002D5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 51.03%
G = 0.46%
B = 48.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E002D5 (or 0xE002D5) is known color: Deep Magenta. HEX triplet: E0, 02 and D5. RGB value is (224,2,213). Sum of RGB (Red+Green+Blue) = 224+2+213=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E002D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002D5 is #1FFD2A. Grayscale: #5B5B5B. Windows color (decimal): -2096427 or 13959904. OLE color: 13959904.

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

Color convert

RGB 224 2 213 -
CMYK 0 0.99 0.05 0.12
HSL 302.97º 0.98% 0.44% -
HSV(B) 302.97º 0.99% 0.88% -
XYZ 42.77 20.69 64.69 -
YUV 92.43 196.05 221.84 -
System Red Green Blue C M Y K H S L
Decimal 224 2 213 0 0.99 0.05 0.12 302.97 0.98 0.44
Hex E0 2 D5 0 63 5 C 12F 62 2C
Octal 340 2 325 0 143 5 14 457 142 54
Binary 11100000 10 11010101 0 1100011 101 1100 100101111 1100010 101100

Color Harmonies of #E002D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002D5

Black with #E002D5

Text Example


Text Example

White with #E002D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002D5; }

 p { color: rgb(224,2,213); }

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

background-color css

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

 a { background-color: rgb(224,2,213); }

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

border-color css

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

 span { border-color: rgb(224,2,213); }

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