Html Css Color HEX #E10C8D Medium Violet Red

📋 copy color: '#E10C8D'

red 225 ◦ green 12 ◦ blue 141

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

Shades of Medium Violet Red #E10C8D

Tints of Medium Violet Red #E10C8D

RGB

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

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

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

R = 59.52%
G = 3.17%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E10C8D (or 0xE10C8D) is known color: Medium Violet Red. HEX triplet: E1, 0C and 8D. RGB value is (225,12,141). Sum of RGB (Red+Green+Blue) = 225+12+141=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10C8D is #1EF372. Grayscale: #5A5A5A. Windows color (decimal): -2028403 or 9243873. OLE color: 9243873.

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

Color convert

RGB 225 12 141 -
CMYK 0 0.95 0.37 0.12
HSL 323.66º 0.9% 0.46% -
HSV(B) 323.66º 0.95% 0.88% -
XYZ 35.99 18.19 26.81 -
YUV 90.39 156.57 224.01 -
System Red Green Blue C M Y K H S L
Decimal 225 12 141 0 0.95 0.37 0.12 323.66 0.9 0.46
Hex E1 C 8D 0 5F 25 C 144 5A 2E
Octal 341 14 215 0 137 45 14 504 132 56
Binary 11100001 1100 10001101 0 1011111 100101 1100 101000100 1011010 101110

Color Harmonies of #E10C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C8D

Black with #E10C8D

Text Example


Text Example

White with #E10C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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