Html Css Color HEX #E10486 Medium Violet Red

📋 copy color: '#E10486'

red 225 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #E10486

Tints of Medium Violet Red #E10486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 61.98%
G = 1.1%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E10486 (or 0xE10486) is known color: Medium Violet Red. HEX triplet: E1, 04 and 86. RGB value is (225,4,134). Sum of RGB (Red+Green+Blue) = 225+4+134=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E10486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10486 is #1EFB79. Grayscale: #545454. Windows color (decimal): -2030458 or 8783073. OLE color: 8783073.

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

Color convert

RGB 225 4 134 -
CMYK 0 0.98 0.40 0.12
HSL 324.71º 0.97% 0.45% -
HSV(B) 324.71º 0.98% 0.88% -
XYZ 35.4 17.82 24.13 -
YUV 84.9 155.72 227.93 -
System Red Green Blue C M Y K H S L
Decimal 225 4 134 0 0.98 0.40 0.12 324.71 0.97 0.45
Hex E1 4 86 0 62 28 C 145 61 2D
Octal 341 4 206 0 142 50 14 505 141 55
Binary 11100001 100 10000110 0 1100010 101000 1100 101000101 1100001 101101

Color Harmonies of #E10486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10486

Black with #E10486

Text Example


Text Example

White with #E10486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10486; }

 p { color: rgb(225,4,134); }

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

background-color css

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

 a { background-color: rgb(225,4,134); }

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

border-color css

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

 span { border-color: rgb(225,4,134); }

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