Html Css Color HEX #E01082 Medium Violet Red

📋 copy color: '#E01082'

red 224 ◦ green 16 ◦ blue 130

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

Shades of Medium Violet Red #E01082

Tints of Medium Violet Red #E01082

RGB

 RED value IS 224 (87.89% from 255) = 60.54%

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

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 60.54%
G = 4.32%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E01082 (or 0xE01082) is known color: Medium Violet Red. HEX triplet: E0, 10 and 82. RGB value is (224,16,130). Sum of RGB (Red+Green+Blue) = 224+16+130=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E01082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01082 is #1FEF7D. Grayscale: #5A5A5A. Windows color (decimal): -2092926 or 8524000. OLE color: 8524000.

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

Color convert

RGB 224 16 130 -
CMYK 0 0.93 0.42 0.12
HSL 327.12º 0.87% 0.47% -
HSV(B) 327.12º 0.93% 0.88% -
XYZ 34.96 17.83 22.72 -
YUV 91.19 149.91 222.73 -
System Red Green Blue C M Y K H S L
Decimal 224 16 130 0 0.93 0.42 0.12 327.12 0.87 0.47
Hex E0 10 82 0 5D 2A C 147 57 2F
Octal 340 20 202 0 135 52 14 507 127 57
Binary 11100000 10000 10000010 0 1011101 101010 1100 101000111 1010111 101111

Color Harmonies of #E01082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01082

Black with #E01082

Text Example


Text Example

White with #E01082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01082; }

 p { color: rgb(224,16,130); }

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

background-color css

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

 a { background-color: rgb(224,16,130); }

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

border-color css

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

 span { border-color: rgb(224,16,130); }

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