Html Css Color HEX #E00385 Medium Violet Red

📋 copy color: '#E00385'

red 224 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #E00385

Tints of Medium Violet Red #E00385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 62.22%
G = 0.83%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E00385 (or 0xE00385) is known color: Medium Violet Red. HEX triplet: E0, 03 and 85. RGB value is (224,3,133). Sum of RGB (Red+Green+Blue) = 224+3+133=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E00385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00385 is #1FFC7A. Grayscale: #535353. Windows color (decimal): -2096251 or 8717280. OLE color: 8717280.

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

Color convert

RGB 224 3 133 -
CMYK 0 0.99 0.41 0.12
HSL 324.71º 0.97% 0.45% -
HSV(B) 324.71º 0.99% 0.88% -
XYZ 35.01 17.61 23.74 -
YUV 83.9 155.72 227.93 -
System Red Green Blue C M Y K H S L
Decimal 224 3 133 0 0.99 0.41 0.12 324.71 0.97 0.45
Hex E0 3 85 0 63 29 C 145 61 2D
Octal 340 3 205 0 143 51 14 505 141 55
Binary 11100000 11 10000101 0 1100011 101001 1100 101000101 1100001 101101

Color Harmonies of #E00385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00385

Black with #E00385

Text Example


Text Example

White with #E00385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00385; }

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

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

background-color css

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

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

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

border-color css

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

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

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