Html Css Color HEX #E21486 Medium Violet Red

📋 copy color: '#E21486'

red 226 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #E21486

Tints of Medium Violet Red #E21486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.26%

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

R = 59.47%
G = 5.26%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E21486 (or 0xE21486) is known color: Medium Violet Red. HEX triplet: E2, 14 and 86. RGB value is (226,20,134). Sum of RGB (Red+Green+Blue) = 226+20+134=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E21486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21486 is #1DEB79. Grayscale: #5E5E5E. Windows color (decimal): -1960826 or 8787170. OLE color: 8787170.

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

Color convert

RGB 226 20 134 -
CMYK 0 0.91 0.41 0.11
HSL 326.8º 0.84% 0.48% -
HSV(B) 326.8º 0.91% 0.89% -
XYZ 35.92 18.39 24.21 -
YUV 94.59 150.25 221.73 -
System Red Green Blue C M Y K H S L
Decimal 226 20 134 0 0.91 0.41 0.11 326.8 0.84 0.48
Hex E2 14 86 0 5B 29 B 147 54 30
Octal 342 24 206 0 133 51 13 507 124 60
Binary 11100010 10100 10000110 0 1011011 101001 1011 101000111 1010100 110000

Color Harmonies of #E21486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21486

Black with #E21486

Text Example


Text Example

White with #E21486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21486; }

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

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

background-color css

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

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

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

border-color css

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

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

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