Html Css Color HEX #E10682 Medium Violet Red

📋 copy color: '#E10682'

red 225 ◦ green 6 ◦ blue 130

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

Shades of Medium Violet Red #E10682

Tints of Medium Violet Red #E10682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 62.33%
G = 1.66%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E10682 (or 0xE10682) is known color: Medium Violet Red. HEX triplet: E1, 06 and 82. RGB value is (225,6,130). Sum of RGB (Red+Green+Blue) = 225+6+130=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10682 is #1EF97D. Grayscale: #555555. Windows color (decimal): -2029950 or 8521441. OLE color: 8521441.

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

Color convert

RGB 225 6 130 -
CMYK 0 0.97 0.42 0.12
HSL 326.03º 0.95% 0.45% -
HSV(B) 326.03º 0.97% 0.88% -
XYZ 35.15 17.75 22.69 -
YUV 85.62 153.05 227.42 -
System Red Green Blue C M Y K H S L
Decimal 225 6 130 0 0.97 0.42 0.12 326.03 0.95 0.45
Hex E1 6 82 0 61 2A C 146 5F 2D
Octal 341 6 202 0 141 52 14 506 137 55
Binary 11100001 110 10000010 0 1100001 101010 1100 101000110 1011111 101101

Color Harmonies of #E10682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10682

Black with #E10682

Text Example


Text Example

White with #E10682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10682; }

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

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

background-color css

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

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

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

border-color css

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

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

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