Html Css Color HEX #E217E1 Deep Magenta

📋 copy color: '#E217E1'

red 226 ◦ green 23 ◦ blue 225

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

Shades of Deep Magenta #E217E1

Tints of Deep Magenta #E217E1

RGB

 RED value IS 226 (88.67% from 255) = 47.68%

 GREEN value IS 23 (9.38% from 255) = 4.85%

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

R = 47.68%
G = 4.85%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E217E1 (or 0xE217E1) is known color: Deep Magenta. HEX triplet: E2, 17 and E1. RGB value is (226,23,225). Sum of RGB (Red+Green+Blue) = 226+23+225=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E217E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E217E1 is #1DE81E. Grayscale: #6A6A6A. Windows color (decimal): -1959967 or 14751714. OLE color: 14751714.

HSL color Cylindrical-coordinate representation of color #E217E1: hue angle of 300.3º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217E1 is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 23 225 -
CMYK 0 0.90 0.00 0.11
HSL 300.3º 0.82% 0.49% -
HSV(B) 300.3º 0.9% 0.89% -
XYZ 45.26 22.22 73.14 -
YUV 106.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 226 23 225 0 0.90 0.00 0.11 300.3 0.82 0.49
Hex E2 17 E1 0 5A 0 B 12C 52 31
Octal 342 27 341 0 132 0 13 454 122 61
Binary 11100010 10111 11100001 0 1011010 0 1011 100101100 1010010 110001

Color Harmonies of #E217E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E217E1

Black with #E217E1

Text Example


Text Example

White with #E217E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E217E1; }

 p { color: rgb(226,23,225); }

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

background-color css

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

 a { background-color: rgb(226,23,225); }

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

border-color css

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

 span { border-color: rgb(226,23,225); }

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