Html Css Color HEX #E1027E Medium Violet Red

📋 copy color: '#E1027E'

red 225 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #E1027E

Tints of Medium Violet Red #E1027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.69%

R = 63.74%
G = 0.57%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1027E (or 0xE1027E) is known color: Medium Violet Red. HEX triplet: E1, 02 and 7E. RGB value is (225,2,126). Sum of RGB (Red+Green+Blue) = 225+2+126=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1027E is #1EFD81. Grayscale: #525252. Windows color (decimal): -2030978 or 8258273. OLE color: 8258273.

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

Color convert

RGB 225 2 126 -
CMYK 0 0.99 0.44 0.12
HSL 326.64º 0.98% 0.45% -
HSV(B) 326.64º 0.99% 0.88% -
XYZ 34.84 17.56 21.29 -
YUV 82.81 152.38 229.42 -
System Red Green Blue C M Y K H S L
Decimal 225 2 126 0 0.99 0.44 0.12 326.64 0.98 0.45
Hex E1 2 7E 0 63 2C C 147 62 2D
Octal 341 2 176 0 143 54 14 507 142 55
Binary 11100001 10 1111110 0 1100011 101100 1100 101000111 1100010 101101

Color Harmonies of #E1027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1027E

Black with #E1027E

Text Example


Text Example

White with #E1027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1027E; }

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

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

background-color css

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

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

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

border-color css

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

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

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