Html Css Color HEX #E716E1 Deep Magenta

📋 copy color: '#E716E1'

red 231 ◦ green 22 ◦ blue 225

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

Shades of Deep Magenta #E716E1

Tints of Deep Magenta #E716E1

RGB

 RED value IS 231 (90.63% from 255) = 48.33%

 GREEN value IS 22 (8.98% from 255) = 4.6%

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

R = 48.33%
G = 4.6%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E716E1 (or 0xE716E1) is known color: Deep Magenta. HEX triplet: E7, 16 and E1. RGB value is (231,22,225). Sum of RGB (Red+Green+Blue) = 231+22+225=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 22 (8.98% from 255 or 4.60% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E716E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716E1 is #18E91E. Grayscale: #6B6B6B. Windows color (decimal): -1632543 or 14751463. OLE color: 14751463.

HSL color Cylindrical-coordinate representation of color #E716E1: hue angle of 301.72º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E716E1 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 22 225 -
CMYK 0 0.90 0.03 0.09
HSL 301.72º 0.83% 0.5% -
HSV(B) 301.72º 0.9% 0.91% -
XYZ 46.83 23 73.21 -
YUV 107.63 194.24 215.99 -
System Red Green Blue C M Y K H S L
Decimal 231 22 225 0 0.90 0.03 0.09 301.72 0.83 0.5
Hex E7 16 E1 0 5A 3 9 12E 53 32
Octal 347 26 341 0 132 3 11 456 123 62
Binary 11100111 10110 11100001 0 1011010 11 1001 100101110 1010011 110010

Color Harmonies of #E716E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E716E1

Black with #E716E1

Text Example


Text Example

White with #E716E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E716E1; }

 p { color: rgb(231,22,225); }

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

background-color css

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

 a { background-color: rgb(231,22,225); }

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

border-color css

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

 span { border-color: rgb(231,22,225); }

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