Html Css Color HEX #E014C6 Deep Magenta

📋 copy color: '#E014C6'

red 224 ◦ green 20 ◦ blue 198

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

Shades of Deep Magenta #E014C6

Tints of Deep Magenta #E014C6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.52%

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

R = 50.68%
G = 4.52%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E014C6 (or 0xE014C6) is known color: Deep Magenta. HEX triplet: E0, 14 and C6. RGB value is (224,20,198). Sum of RGB (Red+Green+Blue) = 224+20+198=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E014C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014C6 is #1FEB39. Grayscale: #646464. Windows color (decimal): -2091834 or 12981472. OLE color: 12981472.

HSL color Cylindrical-coordinate representation of color #E014C6: hue angle of 307.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014C6 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 198 -
CMYK 0 0.91 0.12 0.12
HSL 307.65º 0.84% 0.48% -
HSV(B) 307.65º 0.91% 0.88% -
XYZ 41.18 20.42 55.2 -
YUV 101.29 182.59 215.53 -
System Red Green Blue C M Y K H S L
Decimal 224 20 198 0 0.91 0.12 0.12 307.65 0.84 0.48
Hex E0 14 C6 0 5B C C 134 54 30
Octal 340 24 306 0 133 14 14 464 124 60
Binary 11100000 10100 11000110 0 1011011 1100 1100 100110100 1010100 110000

Color Harmonies of #E014C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014C6

Black with #E014C6

Text Example


Text Example

White with #E014C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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