Html Css Color HEX #E00381 Medium Violet Red

📋 copy color: '#E00381'

red 224 ◦ green 3 ◦ blue 129

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

Shades of Medium Violet Red #E00381

Tints of Medium Violet Red #E00381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 62.92%
G = 0.84%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E00381 (or 0xE00381) is known color: Medium Violet Red. HEX triplet: E0, 03 and 81. RGB value is (224,3,129). Sum of RGB (Red+Green+Blue) = 224+3+129=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E00381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00381 is #1FFC7E. Grayscale: #535353. Windows color (decimal): -2096255 or 8455136. OLE color: 8455136.

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

Color convert

RGB 224 3 129 -
CMYK 0 0.99 0.42 0.12
HSL 325.79º 0.97% 0.45% -
HSV(B) 325.79º 0.99% 0.88% -
XYZ 34.74 17.5 22.32 -
YUV 83.44 153.72 228.25 -
System Red Green Blue C M Y K H S L
Decimal 224 3 129 0 0.99 0.42 0.12 325.79 0.97 0.45
Hex E0 3 81 0 63 2A C 146 61 2D
Octal 340 3 201 0 143 52 14 506 141 55
Binary 11100000 11 10000001 0 1100011 101010 1100 101000110 1100001 101101

Color Harmonies of #E00381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00381

Black with #E00381

Text Example


Text Example

White with #E00381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00381; }

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

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

background-color css

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

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

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

border-color css

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

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

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