Html Css Color HEX #E017CF Deep Magenta

📋 copy color: '#E017CF'

red 224 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #E017CF

Tints of Deep Magenta #E017CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 49.34%
G = 5.07%
B = 45.59%

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

#E017CF (or 0xE017CF) is known color: Deep Magenta. HEX triplet: E0, 17 and CF. RGB value is (224,23,207). Sum of RGB (Red+Green+Blue) = 224+23+207=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E017CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017CF is #1FE830. Grayscale: #676767. Windows color (decimal): -2091057 or 13572064. OLE color: 13572064.

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

Color convert

RGB 224 23 207 -
CMYK 0 0.90 0.08 0.12
HSL 305.07º 0.81% 0.48% -
HSV(B) 305.07º 0.9% 0.88% -
XYZ 42.31 20.97 60.85 -
YUV 104.08 186.09 213.54 -
System Red Green Blue C M Y K H S L
Decimal 224 23 207 0 0.90 0.08 0.12 305.07 0.81 0.48
Hex E0 17 CF 0 5A 8 C 131 51 30
Octal 340 27 317 0 132 10 14 461 121 60
Binary 11100000 10111 11001111 0 1011010 1000 1100 100110001 1010001 110000

Color Harmonies of #E017CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017CF

Black with #E017CF

Text Example


Text Example

White with #E017CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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