Html Css Color HEX #E0027F Medium Violet Red

📋 copy color: '#E0027F'

red 224 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #E0027F

Tints of Medium Violet Red #E0027F

RGB

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

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

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

R = 63.46%
G = 0.57%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0027F (or 0xE0027F) is known color: Medium Violet Red. HEX triplet: E0, 02 and 7F. RGB value is (224,2,127). Sum of RGB (Red+Green+Blue) = 224+2+127=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0027F is #1FFD80. Grayscale: #525252. Windows color (decimal): -2096513 or 8323808. OLE color: 8323808.

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

Color convert

RGB 224 2 127 -
CMYK 0 0.99 0.43 0.12
HSL 326.22º 0.98% 0.44% -
HSV(B) 326.22º 0.99% 0.88% -
XYZ 34.59 17.42 21.62 -
YUV 82.63 153.05 228.84 -
System Red Green Blue C M Y K H S L
Decimal 224 2 127 0 0.99 0.43 0.12 326.22 0.98 0.44
Hex E0 2 7F 0 63 2B C 146 62 2C
Octal 340 2 177 0 143 53 14 506 142 54
Binary 11100000 10 1111111 0 1100011 101011 1100 101000110 1100010 101100

Color Harmonies of #E0027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0027F

Black with #E0027F

Text Example


Text Example

White with #E0027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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