Html Css Color HEX #E30F86 Medium Violet Red

📋 copy color: '#E30F86'

red 227 ◦ green 15 ◦ blue 134

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

Shades of Medium Violet Red #E30F86

Tints of Medium Violet Red #E30F86

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.99%

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

R = 60.37%
G = 3.99%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E30F86 (or 0xE30F86) is known color: Medium Violet Red. HEX triplet: E3, 0F and 86. RGB value is (227,15,134). Sum of RGB (Red+Green+Blue) = 227+15+134=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E30F86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30F86 is #1CF079. Grayscale: #5B5B5B. Windows color (decimal): -1896570 or 8785891. OLE color: 8785891.

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

Color convert

RGB 227 15 134 -
CMYK 0 0.93 0.41 0.11
HSL 326.32º 0.88% 0.47% -
HSV(B) 326.32º 0.93% 0.89% -
XYZ 36.15 18.39 24.2 -
YUV 91.95 151.74 224.32 -
System Red Green Blue C M Y K H S L
Decimal 227 15 134 0 0.93 0.41 0.11 326.32 0.88 0.47
Hex E3 F 86 0 5D 29 B 146 58 2F
Octal 343 17 206 0 135 51 13 506 130 57
Binary 11100011 1111 10000110 0 1011101 101001 1011 101000110 1011000 101111

Color Harmonies of #E30F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30F86

Black with #E30F86

Text Example


Text Example

White with #E30F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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