Html Css Color HEX #E00380 Medium Violet Red

📋 copy color: '#E00380'

red 224 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #E00380

Tints of Medium Violet Red #E00380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.06%

R = 63.1%
G = 0.85%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E00380 (or 0xE00380) is known color: Medium Violet Red. HEX triplet: E0, 03 and 80. RGB value is (224,3,128). Sum of RGB (Red+Green+Blue) = 224+3+128=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E00380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00380 is #1FFC7F. Grayscale: #535353. Windows color (decimal): -2096256 or 8389600. OLE color: 8389600.

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

Color convert

RGB 224 3 128 -
CMYK 0 0.99 0.43 0.12
HSL 326.06º 0.97% 0.45% -
HSV(B) 326.06º 0.99% 0.88% -
XYZ 34.67 17.47 21.97 -
YUV 83.33 153.22 228.34 -
System Red Green Blue C M Y K H S L
Decimal 224 3 128 0 0.99 0.43 0.12 326.06 0.97 0.45
Hex E0 3 80 0 63 2B C 146 61 2D
Octal 340 3 200 0 143 53 14 506 141 55
Binary 11100000 11 10000000 0 1100011 101011 1100 101000110 1100001 101101

Color Harmonies of #E00380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00380

Black with #E00380

Text Example


Text Example

White with #E00380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00380; }

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

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

background-color css

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

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

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

border-color css

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

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

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