Html Css Color HEX #E114D5 Deep Magenta

📋 copy color: '#E114D5'

red 225 ◦ green 20 ◦ blue 213

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

Shades of Deep Magenta #E114D5

Tints of Deep Magenta #E114D5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.37%

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

R = 49.13%
G = 4.37%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E114D5 (or 0xE114D5) is known color: Deep Magenta. HEX triplet: E1, 14 and D5. RGB value is (225,20,213). Sum of RGB (Red+Green+Blue) = 225+20+213=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 20 (8.20% from 255 or 4.37% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E114D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114D5 is #1EEB2A. Grayscale: #666666. Windows color (decimal): -2026283 or 13964513. OLE color: 13964513.

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

Color convert

RGB 225 20 213 -
CMYK 0 0.91 0.05 0.12
HSL 303.51º 0.84% 0.48% -
HSV(B) 303.51º 0.91% 0.88% -
XYZ 43.31 21.31 64.78 -
YUV 103.3 189.92 214.81 -
System Red Green Blue C M Y K H S L
Decimal 225 20 213 0 0.91 0.05 0.12 303.51 0.84 0.48
Hex E1 14 D5 0 5B 5 C 130 54 30
Octal 341 24 325 0 133 5 14 460 124 60
Binary 11100001 10100 11010101 0 1011011 101 1100 100110000 1010100 110000

Color Harmonies of #E114D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114D5

Black with #E114D5

Text Example


Text Example

White with #E114D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114D5; }

 p { color: rgb(225,20,213); }

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

background-color css

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

 a { background-color: rgb(225,20,213); }

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

border-color css

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

 span { border-color: rgb(225,20,213); }

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