Html Css Color HEX #E006C6 Deep Magenta

📋 copy color: '#E006C6'

red 224 ◦ green 6 ◦ blue 198

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

Shades of Deep Magenta #E006C6

Tints of Deep Magenta #E006C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.26%

R = 52.34%
G = 1.4%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E006C6 (or 0xE006C6) is known color: Deep Magenta. HEX triplet: E0, 06 and C6. RGB value is (224,6,198). Sum of RGB (Red+Green+Blue) = 224+6+198=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E006C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006C6 is #1FF939. Grayscale: #5C5C5C. Windows color (decimal): -2095418 or 12977888. OLE color: 12977888.

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

Color convert

RGB 224 6 198 -
CMYK 0 0.97 0.12 0.12
HSL 307.16º 0.95% 0.45% -
HSV(B) 307.16º 0.97% 0.88% -
XYZ 41 20.05 55.14 -
YUV 93.07 187.22 221.39 -
System Red Green Blue C M Y K H S L
Decimal 224 6 198 0 0.97 0.12 0.12 307.16 0.95 0.45
Hex E0 6 C6 0 61 C C 133 5F 2D
Octal 340 6 306 0 141 14 14 463 137 55
Binary 11100000 110 11000110 0 1100001 1100 1100 100110011 1011111 101101

Color Harmonies of #E006C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006C6

Black with #E006C6

Text Example


Text Example

White with #E006C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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