Html Css Color HEX #E017CD Deep Magenta

📋 copy color: '#E017CD'

red 224 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #E017CD

Tints of Deep Magenta #E017CD

RGB

 RED value IS 224 (87.89% from 255) = 49.56%

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 49.56%
G = 5.09%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E017CD (or 0xE017CD) is known color: Deep Magenta. HEX triplet: E0, 17 and CD. RGB value is (224,23,205). Sum of RGB (Red+Green+Blue) = 224+23+205=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 23 (9.38% from 255 or 5.09% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E017CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017CD is #1FE832. Grayscale: #676767. Windows color (decimal): -2091059 or 13440992. OLE color: 13440992.

HSL color Cylindrical-coordinate representation of color #E017CD: hue angle of 305.67º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017CD is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 205 -
CMYK 0 0.90 0.08 0.12
HSL 305.67º 0.81% 0.48% -
HSV(B) 305.67º 0.9% 0.88% -
XYZ 42.07 20.87 59.57 -
YUV 103.85 185.09 213.7 -
System Red Green Blue C M Y K H S L
Decimal 224 23 205 0 0.90 0.08 0.12 305.67 0.81 0.48
Hex E0 17 CD 0 5A 8 C 132 51 30
Octal 340 27 315 0 132 10 14 462 121 60
Binary 11100000 10111 11001101 0 1011010 1000 1100 100110010 1010001 110000

Color Harmonies of #E017CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017CD

Black with #E017CD

Text Example


Text Example

White with #E017CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017CD; }

 p { color: rgb(224,23,205); }

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

background-color css

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

 a { background-color: rgb(224,23,205); }

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

border-color css

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

 span { border-color: rgb(224,23,205); }

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