Html Css Color HEX #E017CE Deep Magenta

📋 copy color: '#E017CE'

red 224 ◦ green 23 ◦ blue 206

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

Shades of Deep Magenta #E017CE

Tints of Deep Magenta #E017CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 49.45%
G = 5.08%
B = 45.47%

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

#E017CE (or 0xE017CE) is known color: Deep Magenta. HEX triplet: E0, 17 and CE. RGB value is (224,23,206). Sum of RGB (Red+Green+Blue) = 224+23+206=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E017CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017CE is #1FE831. Grayscale: #676767. Windows color (decimal): -2091058 or 13506528. OLE color: 13506528.

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

Color convert

RGB 224 23 206 -
CMYK 0 0.90 0.08 0.12
HSL 305.37º 0.81% 0.48% -
HSV(B) 305.37º 0.9% 0.88% -
XYZ 42.19 20.92 60.21 -
YUV 103.96 185.59 213.62 -
System Red Green Blue C M Y K H S L
Decimal 224 23 206 0 0.90 0.08 0.12 305.37 0.81 0.48
Hex E0 17 CE 0 5A 8 C 131 51 30
Octal 340 27 316 0 132 10 14 461 121 60
Binary 11100000 10111 11001110 0 1011010 1000 1100 100110001 1010001 110000

Color Harmonies of #E017CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E017CE

Black with #E017CE

Text Example


Text Example

White with #E017CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E017CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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