Html Css Color HEX #E00982 Medium Violet Red

📋 copy color: '#E00982'

red 224 ◦ green 9 ◦ blue 130

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

Shades of Medium Violet Red #E00982

Tints of Medium Violet Red #E00982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

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

R = 61.71%
G = 2.48%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E00982 (or 0xE00982) is known color: Medium Violet Red. HEX triplet: E0, 09 and 82. RGB value is (224,9,130). Sum of RGB (Red+Green+Blue) = 224+9+130=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E00982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00982 is #1FF67D. Grayscale: #565656. Windows color (decimal): -2094718 or 8522208. OLE color: 8522208.

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

Color convert

RGB 224 9 130 -
CMYK 0 0.96 0.42 0.12
HSL 326.23º 0.92% 0.46% -
HSV(B) 326.23º 0.96% 0.88% -
XYZ 34.87 17.65 22.69 -
YUV 87.08 152.23 225.66 -
System Red Green Blue C M Y K H S L
Decimal 224 9 130 0 0.96 0.42 0.12 326.23 0.92 0.46
Hex E0 9 82 0 60 2A C 146 5C 2E
Octal 340 11 202 0 140 52 14 506 134 56
Binary 11100000 1001 10000010 0 1100000 101010 1100 101000110 1011100 101110

Color Harmonies of #E00982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00982

Black with #E00982

Text Example


Text Example

White with #E00982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00982; }

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

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

background-color css

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

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

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

border-color css

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

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

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