Html Css Color HEX #E113CC Deep Magenta

📋 copy color: '#E113CC'

red 225 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #E113CC

Tints of Deep Magenta #E113CC

RGB

 RED value IS 225 (88.28% from 255) = 50.22%

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

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

R = 50.22%
G = 4.24%
B = 45.54%

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

#E113CC (or 0xE113CC) is known color: Deep Magenta. HEX triplet: E1, 13 and CC. RGB value is (225,19,204). Sum of RGB (Red+Green+Blue) = 225+19+204=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E113CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113CC is #1EEC33. Grayscale: #656565. Windows color (decimal): -2026548 or 13374433. OLE color: 13374433.

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

Color convert

RGB 225 19 204 -
CMYK 0 0.92 0.09 0.12
HSL 306.12º 0.84% 0.48% -
HSV(B) 306.12º 0.92% 0.88% -
XYZ 42.18 20.83 58.92 -
YUV 101.68 185.75 215.96 -
System Red Green Blue C M Y K H S L
Decimal 225 19 204 0 0.92 0.09 0.12 306.12 0.84 0.48
Hex E1 13 CC 0 5C 9 C 132 54 30
Octal 341 23 314 0 134 11 14 462 124 60
Binary 11100001 10011 11001100 0 1011100 1001 1100 100110010 1010100 110000

Color Harmonies of #E113CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113CC

Black with #E113CC

Text Example


Text Example

White with #E113CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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