Html Css Color HEX #E113CA Deep Magenta

📋 copy color: '#E113CA'

red 225 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #E113CA

Tints of Deep Magenta #E113CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 50.45%
G = 4.26%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E113CA (or 0xE113CA) is known color: Deep Magenta. HEX triplet: E1, 13 and CA. RGB value is (225,19,202). Sum of RGB (Red+Green+Blue) = 225+19+202=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E113CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113CA is #1EEC35. Grayscale: #646464. Windows color (decimal): -2026550 or 13243361. OLE color: 13243361.

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

Color convert

RGB 225 19 202 -
CMYK 0 0.92 0.10 0.12
HSL 306.7º 0.84% 0.48% -
HSV(B) 306.7º 0.92% 0.88% -
XYZ 41.94 20.74 57.67 -
YUV 101.46 184.75 216.12 -
System Red Green Blue C M Y K H S L
Decimal 225 19 202 0 0.92 0.10 0.12 306.7 0.84 0.48
Hex E1 13 CA 0 5C A C 133 54 30
Octal 341 23 312 0 134 12 14 463 124 60
Binary 11100001 10011 11001010 0 1011100 1010 1100 100110011 1010100 110000

Color Harmonies of #E113CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113CA

Black with #E113CA

Text Example


Text Example

White with #E113CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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