Html Css Color HEX #E006E1 Deep Magenta

📋 copy color: '#E006E1'

red 224 ◦ green 6 ◦ blue 225

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

Shades of Deep Magenta #E006E1

Tints of Deep Magenta #E006E1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.32%

 BLUE value IS 225 (88.28% from 255) = 49.45%

R = 49.23%
G = 1.32%
B = 49.45%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E006E1 (or 0xE006E1) is known color: Deep Magenta. HEX triplet: E0, 06 and E1. RGB value is (224,6,225). Sum of RGB (Red+Green+Blue) = 224+6+225=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #E006E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006E1 is #1FF91E. Grayscale: #5F5F5F. Windows color (decimal): -2095391 or 14747360. OLE color: 14747360.

HSL color Cylindrical-coordinate representation of color #E006E1: hue angle of 299.73º degrees, saturation: 0.95, 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 #E006E1 is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 225 -
CMYK 0.00 0.97 0 0.12
HSL 299.73º 0.95% 0.45% -
HSV(B) 299.73º 0.97% 0.88% -
XYZ 44.4 21.41 73.03 -
YUV 96.15 200.72 219.19 -
System Red Green Blue C M Y K H S L
Decimal 224 6 225 0.00 0.97 0 0.12 299.73 0.95 0.45
Hex E0 6 E1 0 61 0 C 12C 5F 2D
Octal 340 6 341 0 141 0 14 454 137 55
Binary 11100000 110 11100001 0 1100001 0 1100 100101100 1011111 101101

Color Harmonies of #E006E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006E1

Black with #E006E1

Text Example


Text Example

White with #E006E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006E1; }

 p { color: rgb(224,6,225); }

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

background-color css

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

 a { background-color: rgb(224,6,225); }

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

border-color css

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

 span { border-color: rgb(224,6,225); }

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