Html Css Color HEX #E10F8D Medium Violet Red

📋 copy color: '#E10F8D'

red 225 ◦ green 15 ◦ blue 141

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

Shades of Medium Violet Red #E10F8D

Tints of Medium Violet Red #E10F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.94%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 59.06%
G = 3.94%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E10F8D (or 0xE10F8D) is known color: Medium Violet Red. HEX triplet: E1, 0F and 8D. RGB value is (225,15,141). Sum of RGB (Red+Green+Blue) = 225+15+141=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10F8D is #1EF072. Grayscale: #5B5B5B. Windows color (decimal): -2027635 or 9244641. OLE color: 9244641.

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

Color convert

RGB 225 15 141 -
CMYK 0 0.93 0.37 0.12
HSL 324º 0.88% 0.47% -
HSV(B) 324º 0.93% 0.88% -
XYZ 36.03 18.27 26.83 -
YUV 92.15 155.57 222.75 -
System Red Green Blue C M Y K H S L
Decimal 225 15 141 0 0.93 0.37 0.12 324 0.88 0.47
Hex E1 F 8D 0 5D 25 C 144 58 2F
Octal 341 17 215 0 135 45 14 504 130 57
Binary 11100001 1111 10001101 0 1011101 100101 1100 101000100 1011000 101111

Color Harmonies of #E10F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F8D

Black with #E10F8D

Text Example


Text Example

White with #E10F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F8D; }

 p { color: rgb(225,15,141); }

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

background-color css

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

 a { background-color: rgb(225,15,141); }

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

border-color css

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

 span { border-color: rgb(225,15,141); }

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