Html Css Color HEX #E10E81 Medium Violet Red

📋 copy color: '#E10E81'

red 225 ◦ green 14 ◦ blue 129

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

Shades of Medium Violet Red #E10E81

Tints of Medium Violet Red #E10E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.8%

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

R = 61.14%
G = 3.8%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E10E81 (or 0xE10E81) is known color: Medium Violet Red. HEX triplet: E1, 0E and 81. RGB value is (225,14,129). Sum of RGB (Red+Green+Blue) = 225+14+129=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E10E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10E81 is #1EF17E. Grayscale: #595959. Windows color (decimal): -2027903 or 8457953. OLE color: 8457953.

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

Color convert

RGB 225 14 129 -
CMYK 0 0.94 0.43 0.12
HSL 327.3º 0.88% 0.47% -
HSV(B) 327.3º 0.94% 0.88% -
XYZ 35.17 17.91 22.37 -
YUV 90.2 149.9 224.15 -
System Red Green Blue C M Y K H S L
Decimal 225 14 129 0 0.94 0.43 0.12 327.3 0.88 0.47
Hex E1 E 81 0 5E 2B C 147 58 2F
Octal 341 16 201 0 136 53 14 507 130 57
Binary 11100001 1110 10000001 0 1011110 101011 1100 101000111 1011000 101111

Color Harmonies of #E10E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10E81

Black with #E10E81

Text Example


Text Example

White with #E10E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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