Html Css Color HEX #E30686 Medium Violet Red

📋 copy color: '#E30686'

red 227 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #E30686

Tints of Medium Violet Red #E30686

RGB

 RED value IS 227 (89.06% from 255) = 61.85%

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

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

R = 61.85%
G = 1.63%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E30686 (or 0xE30686) is known color: Medium Violet Red. HEX triplet: E3, 06 and 86. RGB value is (227,6,134). Sum of RGB (Red+Green+Blue) = 227+6+134=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E30686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30686 is #1CF979. Grayscale: #565656. Windows color (decimal): -1898874 or 8783587. OLE color: 8783587.

HSL color Cylindrical-coordinate representation of color #E30686: hue angle of 325.25º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30686 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 6 134 -
CMYK 0 0.97 0.41 0.11
HSL 325.25º 0.95% 0.46% -
HSV(B) 325.25º 0.97% 0.89% -
XYZ 36.05 18.18 24.16 -
YUV 86.67 154.72 228.09 -
System Red Green Blue C M Y K H S L
Decimal 227 6 134 0 0.97 0.41 0.11 325.25 0.95 0.46
Hex E3 6 86 0 61 29 B 145 5F 2E
Octal 343 6 206 0 141 51 13 505 137 56
Binary 11100011 110 10000110 0 1100001 101001 1011 101000101 1011111 101110

Color Harmonies of #E30686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30686

Black with #E30686

Text Example


Text Example

White with #E30686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30686; }

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

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

background-color css

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

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

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

border-color css

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

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

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