Html Css Color HEX #E006CC Deep Magenta

📋 copy color: '#E006CC'

red 224 ◦ green 6 ◦ blue 204

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

Shades of Deep Magenta #E006CC

Tints of Deep Magenta #E006CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 51.61%
G = 1.38%
B = 47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E006CC (or 0xE006CC) is known color: Deep Magenta. HEX triplet: E0, 06 and CC. RGB value is (224,6,204). Sum of RGB (Red+Green+Blue) = 224+6+204=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E006CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006CC is #1FF933. Grayscale: #5D5D5D. Windows color (decimal): -2095412 or 13371104. OLE color: 13371104.

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

Color convert

RGB 224 6 204 -
CMYK 0 0.97 0.09 0.12
HSL 305.5º 0.95% 0.45% -
HSV(B) 305.5º 0.97% 0.88% -
XYZ 41.7 20.34 58.85 -
YUV 93.75 190.22 220.9 -
System Red Green Blue C M Y K H S L
Decimal 224 6 204 0 0.97 0.09 0.12 305.5 0.95 0.45
Hex E0 6 CC 0 61 9 C 132 5F 2D
Octal 340 6 314 0 141 11 14 462 137 55
Binary 11100000 110 11001100 0 1100001 1001 1100 100110010 1011111 101101

Color Harmonies of #E006CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006CC

Black with #E006CC

Text Example


Text Example

White with #E006CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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