Html Css Color HEX #E013CC Deep Magenta

📋 copy color: '#E013CC'

red 224 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #E013CC

Tints of Deep Magenta #E013CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.25%

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

R = 50.11%
G = 4.25%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E013CC (or 0xE013CC) is known color: Deep Magenta. HEX triplet: E0, 13 and CC. RGB value is (224,19,204). Sum of RGB (Red+Green+Blue) = 224+19+204=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E013CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013CC is #1FEC33. Grayscale: #646464. Windows color (decimal): -2092084 or 13374432. OLE color: 13374432.

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

Color convert

RGB 224 19 204 -
CMYK 0 0.92 0.09 0.12
HSL 305.85º 0.84% 0.48% -
HSV(B) 305.85º 0.92% 0.88% -
XYZ 41.87 20.67 58.91 -
YUV 101.39 185.92 215.46 -
System Red Green Blue C M Y K H S L
Decimal 224 19 204 0 0.92 0.09 0.12 305.85 0.84 0.48
Hex E0 13 CC 0 5C 9 C 132 54 30
Octal 340 23 314 0 134 11 14 462 124 60
Binary 11100000 10011 11001100 0 1011100 1001 1100 100110010 1010100 110000

Color Harmonies of #E013CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013CC

Black with #E013CC

Text Example


Text Example

White with #E013CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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