Html Css Color HEX #E21285 Medium Violet Red

📋 copy color: '#E21285'

red 226 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #E21285

Tints of Medium Violet Red #E21285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.77%

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

R = 59.95%
G = 4.77%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E21285 (or 0xE21285) is known color: Medium Violet Red. HEX triplet: E2, 12 and 85. RGB value is (226,18,133). Sum of RGB (Red+Green+Blue) = 226+18+133=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E21285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21285 is #1DED7A. Grayscale: #5D5D5D. Windows color (decimal): -1961339 or 8721122. OLE color: 8721122.

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

Color convert

RGB 226 18 133 -
CMYK 0 0.92 0.41 0.11
HSL 326.83º 0.85% 0.48% -
HSV(B) 326.83º 0.92% 0.89% -
XYZ 35.81 18.29 23.83 -
YUV 93.3 150.41 222.65 -
System Red Green Blue C M Y K H S L
Decimal 226 18 133 0 0.92 0.41 0.11 326.83 0.85 0.48
Hex E2 12 85 0 5C 29 B 147 55 30
Octal 342 22 205 0 134 51 13 507 125 60
Binary 11100010 10010 10000101 0 1011100 101001 1011 101000111 1010101 110000

Color Harmonies of #E21285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21285

Black with #E21285

Text Example


Text Example

White with #E21285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21285; }

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

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

background-color css

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

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

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

border-color css

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

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

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