Html Css Color HEX #E00485 Medium Violet Red

📋 copy color: '#E00485'

red 224 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #E00485

Tints of Medium Violet Red #E00485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 62.05%
G = 1.11%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E00485 (or 0xE00485) is known color: Medium Violet Red. HEX triplet: E0, 04 and 85. RGB value is (224,4,133). Sum of RGB (Red+Green+Blue) = 224+4+133=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E00485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00485 is #1FFB7A. Grayscale: #545454. Windows color (decimal): -2095995 or 8717536. OLE color: 8717536.

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

Color convert

RGB 224 4 133 -
CMYK 0 0.98 0.41 0.12
HSL 324.82º 0.96% 0.45% -
HSV(B) 324.82º 0.98% 0.88% -
XYZ 35.02 17.63 23.75 -
YUV 84.49 155.39 227.51 -
System Red Green Blue C M Y K H S L
Decimal 224 4 133 0 0.98 0.41 0.12 324.82 0.96 0.45
Hex E0 4 85 0 62 29 C 145 60 2D
Octal 340 4 205 0 142 51 14 505 140 55
Binary 11100000 100 10000101 0 1100010 101001 1100 101000101 1100000 101101

Color Harmonies of #E00485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00485

Black with #E00485

Text Example


Text Example

White with #E00485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00485; }

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

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

background-color css

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

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

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

border-color css

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

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

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