Html Css Color HEX #E00C81 Medium Violet Red

📋 copy color: '#E00C81'

red 224 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #E00C81

Tints of Medium Violet Red #E00C81

RGB

 RED value IS 224 (87.89% from 255) = 61.37%

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

 BLUE value IS 129 (50.78% from 255) = 35.34%

R = 61.37%
G = 3.29%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E00C81 (or 0xE00C81) is known color: Medium Violet Red. HEX triplet: E0, 0C and 81. RGB value is (224,12,129). Sum of RGB (Red+Green+Blue) = 224+12+129=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00C81 is #1FF37E. Grayscale: #585858. Windows color (decimal): -2093951 or 8457440. OLE color: 8457440.

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

Color convert

RGB 224 12 129 -
CMYK 0 0.95 0.42 0.12
HSL 326.89º 0.9% 0.46% -
HSV(B) 326.89º 0.95% 0.88% -
XYZ 34.83 17.7 22.35 -
YUV 88.73 150.74 224.49 -
System Red Green Blue C M Y K H S L
Decimal 224 12 129 0 0.95 0.42 0.12 326.89 0.9 0.46
Hex E0 C 81 0 5F 2A C 147 5A 2E
Octal 340 14 201 0 137 52 14 507 132 56
Binary 11100000 1100 10000001 0 1011111 101010 1100 101000111 1011010 101110

Color Harmonies of #E00C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C81

Black with #E00C81

Text Example


Text Example

White with #E00C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C81; }

 p { color: rgb(224,12,129); }

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

background-color css

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

 a { background-color: rgb(224,12,129); }

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

border-color css

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

 span { border-color: rgb(224,12,129); }

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