Html Css Color HEX #E114CC Deep Magenta

📋 copy color: '#E114CC'

red 225 ◦ green 20 ◦ blue 204

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

Shades of Deep Magenta #E114CC

Tints of Deep Magenta #E114CC

RGB

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

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

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

R = 50.11%
G = 4.45%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E114CC (or 0xE114CC) is known color: Deep Magenta. HEX triplet: E1, 14 and CC. RGB value is (225,20,204). Sum of RGB (Red+Green+Blue) = 225+20+204=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E114CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114CC is #1EEB33. Grayscale: #656565. Windows color (decimal): -2026292 or 13374689. OLE color: 13374689.

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

Color convert

RGB 225 20 204 -
CMYK 0 0.91 0.09 0.12
HSL 306.15º 0.84% 0.48% -
HSV(B) 306.15º 0.91% 0.88% -
XYZ 42.2 20.87 58.93 -
YUV 102.27 185.42 215.54 -
System Red Green Blue C M Y K H S L
Decimal 225 20 204 0 0.91 0.09 0.12 306.15 0.84 0.48
Hex E1 14 CC 0 5B 9 C 132 54 30
Octal 341 24 314 0 133 11 14 462 124 60
Binary 11100001 10100 11001100 0 1011011 1001 1100 100110010 1010100 110000

Color Harmonies of #E114CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114CC

Black with #E114CC

Text Example


Text Example

White with #E114CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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