Html Css Color HEX #E1027C Medium Violet Red

📋 copy color: '#E1027C'

red 225 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #E1027C

Tints of Medium Violet Red #E1027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 64.1%
G = 0.57%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1027C (or 0xE1027C) is known color: Medium Violet Red. HEX triplet: E1, 02 and 7C. RGB value is (225,2,124). Sum of RGB (Red+Green+Blue) = 225+2+124=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E1027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1027C is #1EFD83. Grayscale: #525252. Windows color (decimal): -2030980 or 8127201. OLE color: 8127201.

HSL color Cylindrical-coordinate representation of color #E1027C: hue angle of 327.17º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1027C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 124 -
CMYK 0 0.99 0.45 0.12
HSL 327.17º 0.98% 0.45% -
HSV(B) 327.17º 0.99% 0.88% -
XYZ 34.71 17.51 20.62 -
YUV 82.59 151.38 229.58 -
System Red Green Blue C M Y K H S L
Decimal 225 2 124 0 0.99 0.45 0.12 327.17 0.98 0.45
Hex E1 2 7C 0 63 2D C 147 62 2D
Octal 341 2 174 0 143 55 14 507 142 55
Binary 11100001 10 1111100 0 1100011 101101 1100 101000111 1100010 101101

Color Harmonies of #E1027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1027C

Black with #E1027C

Text Example


Text Example

White with #E1027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1027C; }

 p { color: rgb(225,2,124); }

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

background-color css

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

 a { background-color: rgb(225,2,124); }

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

border-color css

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

 span { border-color: rgb(225,2,124); }

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