Html Css Color HEX #E10D7B Medium Violet Red

📋 copy color: '#E10D7B'

red 225 ◦ green 13 ◦ blue 123

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

Shades of Medium Violet Red #E10D7B

Tints of Medium Violet Red #E10D7B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 62.33%
G = 3.6%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E10D7B (or 0xE10D7B) is known color: Medium Violet Red. HEX triplet: E1, 0D and 7B. RGB value is (225,13,123). Sum of RGB (Red+Green+Blue) = 225+13+123=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D7B is #1EF284. Grayscale: #585858. Windows color (decimal): -2028165 or 8064481. OLE color: 8064481.

HSL color Cylindrical-coordinate representation of color #E10D7B: hue angle of 328.87º degrees, saturation: 0.89, 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 #E10D7B is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 13 123 -
CMYK 0 0.94 0.45 0.12
HSL 328.87º 0.89% 0.47% -
HSV(B) 328.87º 0.94% 0.88% -
XYZ 34.77 17.73 20.33 -
YUV 88.93 147.24 225.06 -
System Red Green Blue C M Y K H S L
Decimal 225 13 123 0 0.94 0.45 0.12 328.87 0.89 0.47
Hex E1 D 7B 0 5E 2D C 149 59 2F
Octal 341 15 173 0 136 55 14 511 131 57
Binary 11100001 1101 1111011 0 1011110 101101 1100 101001001 1011001 101111

Color Harmonies of #E10D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D7B

Black with #E10D7B

Text Example


Text Example

White with #E10D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D7B; }

 p { color: rgb(225,13,123); }

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

background-color css

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

 a { background-color: rgb(225,13,123); }

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

border-color css

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

 span { border-color: rgb(225,13,123); }

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