Html Css Color HEX #E21085 Medium Violet Red

📋 copy color: '#E21085'

red 226 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #E21085

Tints of Medium Violet Red #E21085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 60.27%
G = 4.27%
B = 35.47%

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

#E21085 (or 0xE21085) is known color: Medium Violet Red. HEX triplet: E2, 10 and 85. RGB value is (226,16,133). Sum of RGB (Red+Green+Blue) = 226+16+133=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E21085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21085 is #1DEF7A. Grayscale: #5B5B5B. Windows color (decimal): -1961851 or 8720610. OLE color: 8720610.

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

Color convert

RGB 226 16 133 -
CMYK 0 0.93 0.41 0.11
HSL 326.57º 0.87% 0.47% -
HSV(B) 326.57º 0.93% 0.89% -
XYZ 35.78 18.23 23.82 -
YUV 92.13 151.07 223.49 -
System Red Green Blue C M Y K H S L
Decimal 226 16 133 0 0.93 0.41 0.11 326.57 0.87 0.47
Hex E2 10 85 0 5D 29 B 147 57 2F
Octal 342 20 205 0 135 51 13 507 127 57
Binary 11100010 10000 10000101 0 1011101 101001 1011 101000111 1010111 101111

Color Harmonies of #E21085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21085

Black with #E21085

Text Example


Text Example

White with #E21085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21085; }

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

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

background-color css

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

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

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

border-color css

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

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

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