Html Css Color HEX #E21086 Medium Violet Red

📋 copy color: '#E21086'

red 226 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #E21086

Tints of Medium Violet Red #E21086

RGB

 RED value IS 226 (88.67% from 255) = 60.11%

 GREEN value IS 16 (6.64% from 255) = 4.26%

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

R = 60.11%
G = 4.26%
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

#E21086 (or 0xE21086) is known color: Medium Violet Red. HEX triplet: E2, 10 and 86. RGB value is (226,16,134). Sum of RGB (Red+Green+Blue) = 226+16+134=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E21086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21086 is #1DEF79. Grayscale: #5B5B5B. Windows color (decimal): -1961850 or 8786146. OLE color: 8786146.

HSL color Cylindrical-coordinate representation of color #E21086: hue angle of 326.29º degrees, saturation: 0.87, 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 #E21086 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 134 -
CMYK 0 0.93 0.41 0.11
HSL 326.29º 0.87% 0.47% -
HSV(B) 326.29º 0.93% 0.89% -
XYZ 35.85 18.26 24.19 -
YUV 92.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 226 16 134 0 0.93 0.41 0.11 326.29 0.87 0.47
Hex E2 10 86 0 5D 29 B 146 57 2F
Octal 342 20 206 0 135 51 13 506 127 57
Binary 11100010 10000 10000110 0 1011101 101001 1011 101000110 1010111 101111

Color Harmonies of #E21086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21086

Black with #E21086

Text Example


Text Example

White with #E21086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21086; }

 p { color: rgb(226,16,134); }

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

background-color css

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

 a { background-color: rgb(226,16,134); }

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

border-color css

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

 span { border-color: rgb(226,16,134); }

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