Html Css Color HEX #E10386 Medium Violet Red

📋 copy color: '#E10386'

red 225 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #E10386

Tints of Medium Violet Red #E10386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 62.15%
G = 0.83%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E10386 (or 0xE10386) is known color: Medium Violet Red. HEX triplet: E1, 03 and 86. RGB value is (225,3,134). Sum of RGB (Red+Green+Blue) = 225+3+134=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E10386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10386 is #1EFC79. Grayscale: #545454. Windows color (decimal): -2030714 or 8782817. OLE color: 8782817.

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

Color convert

RGB 225 3 134 -
CMYK 0 0.99 0.40 0.12
HSL 324.59º 0.97% 0.45% -
HSV(B) 324.59º 0.99% 0.88% -
XYZ 35.39 17.79 24.12 -
YUV 84.31 156.05 228.35 -
System Red Green Blue C M Y K H S L
Decimal 225 3 134 0 0.99 0.40 0.12 324.59 0.97 0.45
Hex E1 3 86 0 63 28 C 145 61 2D
Octal 341 3 206 0 143 50 14 505 141 55
Binary 11100001 11 10000110 0 1100011 101000 1100 101000101 1100001 101101

Color Harmonies of #E10386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10386

Black with #E10386

Text Example


Text Example

White with #E10386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10386; }

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

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

background-color css

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

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

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

border-color css

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

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

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