Html Css Color HEX #E10685 Medium Violet Red

📋 copy color: '#E10685'

red 225 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #E10685

Tints of Medium Violet Red #E10685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 61.81%
G = 1.65%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E10685 (or 0xE10685) is known color: Medium Violet Red. HEX triplet: E1, 06 and 85. RGB value is (225,6,133). Sum of RGB (Red+Green+Blue) = 225+6+133=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E10685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10685 is #1EF97A. Grayscale: #555555. Windows color (decimal): -2029947 or 8718049. OLE color: 8718049.

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

Color convert

RGB 225 6 133 -
CMYK 0 0.97 0.41 0.12
HSL 325.21º 0.95% 0.45% -
HSV(B) 325.21º 0.97% 0.88% -
XYZ 35.35 17.83 23.77 -
YUV 85.96 154.55 227.17 -
System Red Green Blue C M Y K H S L
Decimal 225 6 133 0 0.97 0.41 0.12 325.21 0.95 0.45
Hex E1 6 85 0 61 29 C 145 5F 2D
Octal 341 6 205 0 141 51 14 505 137 55
Binary 11100001 110 10000101 0 1100001 101001 1100 101000101 1011111 101101

Color Harmonies of #E10685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10685

Black with #E10685

Text Example


Text Example

White with #E10685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10685; }

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

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

background-color css

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

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

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

border-color css

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

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

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