Html Css Color HEX #E006CE Deep Magenta

📋 copy color: '#E006CE'

red 224 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #E006CE

Tints of Deep Magenta #E006CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.38%

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

R = 51.38%
G = 1.38%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E006CE (or 0xE006CE) is known color: Deep Magenta. HEX triplet: E0, 06 and CE. RGB value is (224,6,206). Sum of RGB (Red+Green+Blue) = 224+6+206=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E006CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006CE is #1FF931. Grayscale: #5D5D5D. Windows color (decimal): -2095410 or 13502176. OLE color: 13502176.

HSL color Cylindrical-coordinate representation of color #E006CE: hue angle of 304.95º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E006CE is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 206 -
CMYK 0 0.97 0.08 0.12
HSL 304.95º 0.95% 0.45% -
HSV(B) 304.95º 0.97% 0.88% -
XYZ 41.95 20.43 60.13 -
YUV 93.98 191.22 220.74 -
System Red Green Blue C M Y K H S L
Decimal 224 6 206 0 0.97 0.08 0.12 304.95 0.95 0.45
Hex E0 6 CE 0 61 8 C 131 5F 2D
Octal 340 6 316 0 141 10 14 461 137 55
Binary 11100000 110 11001110 0 1100001 1000 1100 100110001 1011111 101101

Color Harmonies of #E006CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006CE

Black with #E006CE

Text Example


Text Example

White with #E006CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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