Html Css Color HEX #E10C7B Medium Violet Red

📋 copy color: '#E10C7B'

red 225 ◦ green 12 ◦ blue 123

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

Shades of Medium Violet Red #E10C7B

Tints of Medium Violet Red #E10C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.33%

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

R = 62.5%
G = 3.33%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E10C7B (or 0xE10C7B) is known color: Medium Violet Red. HEX triplet: E1, 0C and 7B. RGB value is (225,12,123). Sum of RGB (Red+Green+Blue) = 225+12+123=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C7B is #1EF384. Grayscale: #585858. Windows color (decimal): -2028421 or 8064225. OLE color: 8064225.

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

Color convert

RGB 225 12 123 -
CMYK 0 0.95 0.45 0.12
HSL 328.73º 0.9% 0.46% -
HSV(B) 328.73º 0.95% 0.88% -
XYZ 34.76 17.7 20.32 -
YUV 88.34 147.57 225.47 -
System Red Green Blue C M Y K H S L
Decimal 225 12 123 0 0.95 0.45 0.12 328.73 0.9 0.46
Hex E1 C 7B 0 5F 2D C 149 5A 2E
Octal 341 14 173 0 137 55 14 511 132 56
Binary 11100001 1100 1111011 0 1011111 101101 1100 101001001 1011010 101110

Color Harmonies of #E10C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C7B

Black with #E10C7B

Text Example


Text Example

White with #E10C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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