Html Css Color HEX #E00886 Medium Violet Red

📋 copy color: '#E00886'

red 224 ◦ green 8 ◦ blue 134

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

Shades of Medium Violet Red #E00886

Tints of Medium Violet Red #E00886

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 61.2%
G = 2.19%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E00886 (or 0xE00886) is known color: Medium Violet Red. HEX triplet: E0, 08 and 86. RGB value is (224,8,134). Sum of RGB (Red+Green+Blue) = 224+8+134=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E00886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00886 is #1FF779. Grayscale: #565656. Windows color (decimal): -2094970 or 8784096. OLE color: 8784096.

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

Color convert

RGB 224 8 134 -
CMYK 0 0.96 0.40 0.12
HSL 325º 0.93% 0.45% -
HSV(B) 325º 0.96% 0.88% -
XYZ 35.13 17.74 24.13 -
YUV 86.95 154.56 225.75 -
System Red Green Blue C M Y K H S L
Decimal 224 8 134 0 0.96 0.40 0.12 325 0.93 0.45
Hex E0 8 86 0 60 28 C 145 5D 2D
Octal 340 10 206 0 140 50 14 505 135 55
Binary 11100000 1000 10000110 0 1100000 101000 1100 101000101 1011101 101101

Color Harmonies of #E00886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00886

Black with #E00886

Text Example


Text Example

White with #E00886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00886; }

 p { color: rgb(224,8,134); }

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

background-color css

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

 a { background-color: rgb(224,8,134); }

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

border-color css

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

 span { border-color: rgb(224,8,134); }

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