Html Css Color HEX #E114CD Deep Magenta

📋 copy color: '#E114CD'

red 225 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #E114CD

Tints of Deep Magenta #E114CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 50%
G = 4.44%
B = 45.56%

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

#E114CD (or 0xE114CD) is known color: Deep Magenta. HEX triplet: E1, 14 and CD. RGB value is (225,20,205). Sum of RGB (Red+Green+Blue) = 225+20+205=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E114CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114CD is #1EEB32. Grayscale: #656565. Windows color (decimal): -2026291 or 13440225. OLE color: 13440225.

HSL color Cylindrical-coordinate representation of color #E114CD: 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.91%. Process color model (Four color, CMYK) of #E114CD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 20 205 -
CMYK 0 0.91 0.09 0.12
HSL 305.85º 0.84% 0.48% -
HSV(B) 305.85º 0.91% 0.88% -
XYZ 42.32 20.92 59.56 -
YUV 102.39 185.92 215.46 -
System Red Green Blue C M Y K H S L
Decimal 225 20 205 0 0.91 0.09 0.12 305.85 0.84 0.48
Hex E1 14 CD 0 5B 9 C 132 54 30
Octal 341 24 315 0 133 11 14 462 124 60
Binary 11100001 10100 11001101 0 1011011 1001 1100 100110010 1010100 110000

Color Harmonies of #E114CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114CD

Black with #E114CD

Text Example


Text Example

White with #E114CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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