Html Css Color HEX #E10081 Medium Violet Red

📋 copy color: '#E10081'

red 225 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #E10081

Tints of Medium Violet Red #E10081

RGB

 RED value IS 225 (88.28% from 255) = 63.56%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.56%
G = 0%
B = 36.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E10081 (or 0xE10081) is known color: Medium Violet Red. HEX triplet: E1, 00 and 81. RGB value is (225,0,129). Sum of RGB (Red+Green+Blue) = 225+0+129=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E10081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10081 is #1EFF7E. Grayscale: #515151. Windows color (decimal): -2031487 or 8454369. OLE color: 8454369.

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

Color convert

RGB 225 0 129 -
CMYK 0 1 0.43 0.12
HSL 325.6º 1% 0.44% -
HSV(B) 325.6º 1% 0.88% -
XYZ 35.01 17.59 22.32 -
YUV 81.98 154.54 230.01 -
System Red Green Blue C M Y K H S L
Decimal 225 0 129 0 1 0.43 0.12 325.6 1 0.44
Hex E1 0 81 0 64 2B C 146 64 2C
Octal 341 0 201 0 144 53 14 506 144 54
Binary 11100001 0 10000001 0 1100100 101011 1100 101000110 1100100 101100

Color Harmonies of #E10081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10081

Black with #E10081

Text Example


Text Example

White with #E10081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10081; }

 p { color: rgb(225,0,129); }

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

background-color css

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

 a { background-color: rgb(225,0,129); }

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

border-color css

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

 span { border-color: rgb(225,0,129); }

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