Html Css Color HEX #E01482 Medium Violet Red

📋 copy color: '#E01482'

red 224 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #E01482

Tints of Medium Violet Red #E01482

RGB

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

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

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

R = 59.89%
G = 5.35%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E01482 (or 0xE01482) is known color: Medium Violet Red. HEX triplet: E0, 14 and 82. RGB value is (224,20,130). Sum of RGB (Red+Green+Blue) = 224+20+130=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E01482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01482 is #1FEB7D. Grayscale: #5D5D5D. Windows color (decimal): -2091902 or 8525024. OLE color: 8525024.

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

Color convert

RGB 224 20 130 -
CMYK 0 0.91 0.42 0.12
HSL 327.65º 0.84% 0.48% -
HSV(B) 327.65º 0.91% 0.88% -
XYZ 35.02 17.96 22.74 -
YUV 93.54 148.59 221.06 -
System Red Green Blue C M Y K H S L
Decimal 224 20 130 0 0.91 0.42 0.12 327.65 0.84 0.48
Hex E0 14 82 0 5B 2A C 148 54 30
Octal 340 24 202 0 133 52 14 510 124 60
Binary 11100000 10100 10000010 0 1011011 101010 1100 101001000 1010100 110000

Color Harmonies of #E01482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01482

Black with #E01482

Text Example


Text Example

White with #E01482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01482; }

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

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

background-color css

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

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

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

border-color css

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

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

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