Html Css Color HEX #E10FE0 Deep Magenta

📋 copy color: '#E10FE0'

red 225 ◦ green 15 ◦ blue 224

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

Shades of Deep Magenta #E10FE0

Tints of Deep Magenta #E10FE0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #E10FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FE0

Black with #E10FE0

Text Example


Text Example

White with #E10FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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