Html Css Color HEX #E10B7D Medium Violet Red

📋 copy color: '#E10B7D'

red 225 ◦ green 11 ◦ blue 125

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

Shades of Medium Violet Red #E10B7D

Tints of Medium Violet Red #E10B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.05%

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 62.33%
G = 3.05%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E10B7D (or 0xE10B7D) is known color: Medium Violet Red. HEX triplet: E1, 0B and 7D. RGB value is (225,11,125). Sum of RGB (Red+Green+Blue) = 225+11+125=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10B7D is #1EF482. Grayscale: #575757. Windows color (decimal): -2028675 or 8195041. OLE color: 8195041.

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

Color convert

RGB 225 11 125 -
CMYK 0 0.95 0.44 0.12
HSL 328.04º 0.91% 0.46% -
HSV(B) 328.04º 0.95% 0.88% -
XYZ 34.87 17.73 20.99 -
YUV 87.98 148.9 225.73 -
System Red Green Blue C M Y K H S L
Decimal 225 11 125 0 0.95 0.44 0.12 328.04 0.91 0.46
Hex E1 B 7D 0 5F 2C C 148 5B 2E
Octal 341 13 175 0 137 54 14 510 133 56
Binary 11100001 1011 1111101 0 1011111 101100 1100 101001000 1011011 101110

Color Harmonies of #E10B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B7D

Black with #E10B7D

Text Example


Text Example

White with #E10B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B7D; }

 p { color: rgb(225,11,125); }

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

background-color css

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

 a { background-color: rgb(225,11,125); }

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

border-color css

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

 span { border-color: rgb(225,11,125); }

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