Html Css Color HEX #E10686 Medium Violet Red

📋 copy color: '#E10686'

red 225 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #E10686

Tints of Medium Violet Red #E10686

RGB

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

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

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

R = 61.64%
G = 1.64%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E10686 (or 0xE10686) is known color: Medium Violet Red. HEX triplet: E1, 06 and 86. RGB value is (225,6,134). Sum of RGB (Red+Green+Blue) = 225+6+134=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E10686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10686 is #1EF979. Grayscale: #555555. Windows color (decimal): -2029946 or 8783585. OLE color: 8783585.

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

Color convert

RGB 225 6 134 -
CMYK 0 0.97 0.40 0.12
HSL 324.93º 0.95% 0.45% -
HSV(B) 324.93º 0.97% 0.88% -
XYZ 35.42 17.86 24.13 -
YUV 86.07 155.05 227.09 -
System Red Green Blue C M Y K H S L
Decimal 225 6 134 0 0.97 0.40 0.12 324.93 0.95 0.45
Hex E1 6 86 0 61 28 C 145 5F 2D
Octal 341 6 206 0 141 50 14 505 137 55
Binary 11100001 110 10000110 0 1100001 101000 1100 101000101 1011111 101101

Color Harmonies of #E10686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10686

Black with #E10686

Text Example


Text Example

White with #E10686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10686; }

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

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

background-color css

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

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

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

border-color css

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

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

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