Html Css Color HEX #E106BE Deep Magenta

📋 copy color: '#E106BE'

red 225 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #E106BE

Tints of Deep Magenta #E106BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 53.44%
G = 1.43%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E106BE (or 0xE106BE) is known color: Deep Magenta. HEX triplet: E1, 06 and BE. RGB value is (225,6,190). Sum of RGB (Red+Green+Blue) = 225+6+190=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E106BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E106BE is #1EF941. Grayscale: #5B5B5B. Windows color (decimal): -2029890 or 12453601. OLE color: 12453601.

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

Color convert

RGB 225 6 190 -
CMYK 0 0.97 0.16 0.12
HSL 309.59º 0.95% 0.45% -
HSV(B) 309.59º 0.97% 0.88% -
XYZ 40.41 19.86 50.42 -
YUV 92.46 183.05 222.54 -
System Red Green Blue C M Y K H S L
Decimal 225 6 190 0 0.97 0.16 0.12 309.59 0.95 0.45
Hex E1 6 BE 0 61 10 C 136 5F 2D
Octal 341 6 276 0 141 20 14 466 137 55
Binary 11100001 110 10111110 0 1100001 10000 1100 100110110 1011111 101101

Color Harmonies of #E106BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E106BE

Black with #E106BE

Text Example


Text Example

White with #E106BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E106BE; }

 p { color: rgb(225,6,190); }

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

background-color css

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

 a { background-color: rgb(225,6,190); }

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

border-color css

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

 span { border-color: rgb(225,6,190); }

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