Html Css Color HEX #E00985 Medium Violet Red

📋 copy color: '#E00985'

red 224 ◦ green 9 ◦ blue 133

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

Shades of Medium Violet Red #E00985

Tints of Medium Violet Red #E00985

RGB

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

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

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

R = 61.2%
G = 2.46%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E00985 (or 0xE00985) is known color: Medium Violet Red. HEX triplet: E0, 09 and 85. RGB value is (224,9,133). Sum of RGB (Red+Green+Blue) = 224+9+133=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E00985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00985 is #1FF67A. Grayscale: #575757. Windows color (decimal): -2094715 or 8718816. OLE color: 8718816.

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

Color convert

RGB 224 9 133 -
CMYK 0 0.96 0.41 0.12
HSL 325.4º 0.92% 0.46% -
HSV(B) 325.4º 0.96% 0.88% -
XYZ 35.07 17.74 23.77 -
YUV 87.42 153.73 225.42 -
System Red Green Blue C M Y K H S L
Decimal 224 9 133 0 0.96 0.41 0.12 325.4 0.92 0.46
Hex E0 9 85 0 60 29 C 145 5C 2E
Octal 340 11 205 0 140 51 14 505 134 56
Binary 11100000 1001 10000101 0 1100000 101001 1100 101000101 1011100 101110

Color Harmonies of #E00985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00985

Black with #E00985

Text Example


Text Example

White with #E00985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00985; }

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

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

background-color css

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

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

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

border-color css

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

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

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