Html Css Color HEX #E2007F Medium Violet Red

📋 copy color: '#E2007F'

red 226 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #E2007F

Tints of Medium Violet Red #E2007F

RGB

 RED value IS 226 (88.67% from 255) = 64.02%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.02%
G = 0%
B = 35.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2007F (or 0xE2007F) is known color: Medium Violet Red. HEX triplet: E2, 00 and 7F. RGB value is (226,0,127). Sum of RGB (Red+Green+Blue) = 226+0+127=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2007F is #1DFF80. Grayscale: #515151. Windows color (decimal): -1965953 or 8323298. OLE color: 8323298.

HSL color Cylindrical-coordinate representation of color #E2007F: hue angle of 326.28º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2007F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 127 -
CMYK 0 1 0.44 0.11
HSL 326.28º 1% 0.44% -
HSV(B) 326.28º 1% 0.89% -
XYZ 35.19 17.7 21.64 -
YUV 82.05 153.37 230.67 -
System Red Green Blue C M Y K H S L
Decimal 226 0 127 0 1 0.44 0.11 326.28 1 0.44
Hex E2 0 7F 0 64 2C B 146 64 2C
Octal 342 0 177 0 144 54 13 506 144 54
Binary 11100010 0 1111111 0 1100100 101100 1011 101000110 1100100 101100

Color Harmonies of #E2007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2007F

Black with #E2007F

Text Example


Text Example

White with #E2007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2007F; }

 p { color: rgb(226,0,127); }

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

background-color css

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

 a { background-color: rgb(226,0,127); }

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

border-color css

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

 span { border-color: rgb(226,0,127); }

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