Html Css Color HEX #E107CB Deep Magenta

📋 copy color: '#E107CB'

red 225 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #E107CB

Tints of Deep Magenta #E107CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 51.72%
G = 1.61%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E107CB (or 0xE107CB) is known color: Deep Magenta. HEX triplet: E1, 07 and CB. RGB value is (225,7,203). Sum of RGB (Red+Green+Blue) = 225+7+203=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E107CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E107CB is #1EF834. Grayscale: #5D5D5D. Windows color (decimal): -2029621 or 13305825. OLE color: 13305825.

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

Color convert

RGB 225 7 203 -
CMYK 0 0.97 0.10 0.12
HSL 306.06º 0.94% 0.45% -
HSV(B) 306.06º 0.97% 0.88% -
XYZ 41.91 20.47 58.24 -
YUV 94.53 189.22 221.06 -
System Red Green Blue C M Y K H S L
Decimal 225 7 203 0 0.97 0.10 0.12 306.06 0.94 0.45
Hex E1 7 CB 0 61 A C 132 5E 2D
Octal 341 7 313 0 141 12 14 462 136 55
Binary 11100001 111 11001011 0 1100001 1010 1100 100110010 1011110 101101

Color Harmonies of #E107CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107CB

Black with #E107CB

Text Example


Text Example

White with #E107CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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