Html Css Color HEX #E1027F Medium Violet Red

📋 copy color: '#E1027F'

red 225 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #E1027F

Tints of Medium Violet Red #E1027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 63.56%
G = 0.56%
B = 35.88%

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

#E1027F (or 0xE1027F) is known color: Medium Violet Red. HEX triplet: E1, 02 and 7F. RGB value is (225,2,127). Sum of RGB (Red+Green+Blue) = 225+2+127=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1027F is #1EFD80. Grayscale: #525252. Windows color (decimal): -2030977 or 8323809. OLE color: 8323809.

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

Color convert

RGB 225 2 127 -
CMYK 0 0.99 0.44 0.12
HSL 326.37º 0.98% 0.45% -
HSV(B) 326.37º 0.99% 0.88% -
XYZ 34.9 17.58 21.63 -
YUV 82.93 152.88 229.34 -
System Red Green Blue C M Y K H S L
Decimal 225 2 127 0 0.99 0.44 0.12 326.37 0.98 0.45
Hex E1 2 7F 0 63 2C C 146 62 2D
Octal 341 2 177 0 143 54 14 506 142 55
Binary 11100001 10 1111111 0 1100011 101100 1100 101000110 1100010 101101

Color Harmonies of #E1027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1027F

Black with #E1027F

Text Example


Text Example

White with #E1027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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