Html Css Color HEX #E006CD Deep Magenta

📋 copy color: '#E006CD'

red 224 ◦ green 6 ◦ blue 205

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

Shades of Deep Magenta #E006CD

Tints of Deep Magenta #E006CD

RGB

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

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

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

R = 51.49%
G = 1.38%
B = 47.13%

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

#E006CD (or 0xE006CD) is known color: Deep Magenta. HEX triplet: E0, 06 and CD. RGB value is (224,6,205). Sum of RGB (Red+Green+Blue) = 224+6+205=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E006CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006CD is #1FF932. Grayscale: #5D5D5D. Windows color (decimal): -2095411 or 13436640. OLE color: 13436640.

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

Color convert

RGB 224 6 205 -
CMYK 0 0.97 0.08 0.12
HSL 305.23º 0.95% 0.45% -
HSV(B) 305.23º 0.97% 0.88% -
XYZ 41.83 20.39 59.49 -
YUV 93.87 190.72 220.82 -
System Red Green Blue C M Y K H S L
Decimal 224 6 205 0 0.97 0.08 0.12 305.23 0.95 0.45
Hex E0 6 CD 0 61 8 C 131 5F 2D
Octal 340 6 315 0 141 10 14 461 137 55
Binary 11100000 110 11001101 0 1100001 1000 1100 100110001 1011111 101101

Color Harmonies of #E006CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006CD

Black with #E006CD

Text Example


Text Example

White with #E006CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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