Html Css Color HEX #E00FE1 Deep Magenta

📋 copy color: '#E00FE1'

red 224 ◦ green 15 ◦ blue 225

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

Shades of Deep Magenta #E00FE1

Tints of Deep Magenta #E00FE1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.23%

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

R = 48.28%
G = 3.23%
B = 48.49%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E00FE1 (or 0xE00FE1) is known color: Deep Magenta. HEX triplet: E0, 0F and E1. RGB value is (224,15,225). Sum of RGB (Red+Green+Blue) = 224+15+225=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #E00FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FE1 is #1FF01E. Grayscale: #646464. Windows color (decimal): -2093087 or 14749664. OLE color: 14749664.

HSL color Cylindrical-coordinate representation of color #E00FE1: hue angle of 299.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00FE1 is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 15 225 -
CMYK 0.00 0.93 0 0.12
HSL 299.71º 0.88% 0.47% -
HSV(B) 299.71º 0.93% 0.88% -
XYZ 44.5 21.63 73.06 -
YUV 101.43 197.74 215.42 -
System Red Green Blue C M Y K H S L
Decimal 224 15 225 0.00 0.93 0 0.12 299.71 0.88 0.47
Hex E0 F E1 0 5D 0 C 12C 58 2F
Octal 340 17 341 0 135 0 14 454 130 57
Binary 11100000 1111 11100001 0 1011101 0 1100 100101100 1011000 101111

Color Harmonies of #E00FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FE1

Black with #E00FE1

Text Example


Text Example

White with #E00FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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