Html Css Color HEX #E10FDC Deep Magenta

📋 copy color: '#E10FDC'

red 225 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #E10FDC

Tints of Deep Magenta #E10FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 48.91%
G = 3.26%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E10FDC (or 0xE10FDC) is known color: Deep Magenta. HEX triplet: E1, 0F and DC. RGB value is (225,15,220). Sum of RGB (Red+Green+Blue) = 225+15+220=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FDC is #1EF023. Grayscale: #646464. Windows color (decimal): -2027556 or 14421985. OLE color: 14421985.

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

Color convert

RGB 225 15 220 -
CMYK 0 0.93 0.02 0.12
HSL 301.43º 0.88% 0.47% -
HSV(B) 301.43º 0.93% 0.88% -
XYZ 44.14 21.52 69.54 -
YUV 101.16 195.07 216.33 -
System Red Green Blue C M Y K H S L
Decimal 225 15 220 0 0.93 0.02 0.12 301.43 0.88 0.47
Hex E1 F DC 0 5D 2 C 12D 58 2F
Octal 341 17 334 0 135 2 14 455 130 57
Binary 11100001 1111 11011100 0 1011101 10 1100 100101101 1011000 101111

Color Harmonies of #E10FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FDC

Black with #E10FDC

Text Example


Text Example

White with #E10FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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