Html Css Color HEX #E107CD Deep Magenta

📋 copy color: '#E107CD'

red 225 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #E107CD

Tints of Deep Magenta #E107CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.6%

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

R = 51.49%
G = 1.6%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E107CD (or 0xE107CD) is known color: Deep Magenta. HEX triplet: E1, 07 and CD. RGB value is (225,7,205). Sum of RGB (Red+Green+Blue) = 225+7+205=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E107CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107CD is #1EF832. Grayscale: #5E5E5E. Windows color (decimal): -2029619 or 13436897. OLE color: 13436897.

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

Color convert

RGB 225 7 205 -
CMYK 0 0.97 0.09 0.12
HSL 305.5º 0.94% 0.45% -
HSV(B) 305.5º 0.97% 0.88% -
XYZ 42.15 20.57 59.51 -
YUV 94.75 190.22 220.9 -
System Red Green Blue C M Y K H S L
Decimal 225 7 205 0 0.97 0.09 0.12 305.5 0.94 0.45
Hex E1 7 CD 0 61 9 C 132 5E 2D
Octal 341 7 315 0 141 11 14 462 136 55
Binary 11100001 111 11001101 0 1100001 1001 1100 100110010 1011110 101101

Color Harmonies of #E107CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107CD

Black with #E107CD

Text Example


Text Example

White with #E107CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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