Html Css Color HEX #E00281 Medium Violet Red

📋 copy color: '#E00281'

red 224 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #E00281

Tints of Medium Violet Red #E00281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 63.1%
G = 0.56%
B = 36.34%

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

#E00281 (or 0xE00281) is known color: Medium Violet Red. HEX triplet: E0, 02 and 81. RGB value is (224,2,129). Sum of RGB (Red+Green+Blue) = 224+2+129=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E00281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00281 is #1FFD7E. Grayscale: #525252. Windows color (decimal): -2096511 or 8454880. OLE color: 8454880.

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

Color convert

RGB 224 2 129 -
CMYK 0 0.99 0.42 0.12
HSL 325.68º 0.98% 0.44% -
HSV(B) 325.68º 0.99% 0.88% -
XYZ 34.72 17.48 22.31 -
YUV 82.86 154.05 228.67 -
System Red Green Blue C M Y K H S L
Decimal 224 2 129 0 0.99 0.42 0.12 325.68 0.98 0.44
Hex E0 2 81 0 63 2A C 146 62 2C
Octal 340 2 201 0 143 52 14 506 142 54
Binary 11100000 10 10000001 0 1100011 101010 1100 101000110 1100010 101100

Color Harmonies of #E00281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00281

Black with #E00281

Text Example


Text Example

White with #E00281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00281; }

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

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

background-color css

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

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

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

border-color css

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

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

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