Html Css Color HEX #E2007D Medium Violet Red

📋 copy color: '#E2007D'

red 226 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #E2007D

Tints of Medium Violet Red #E2007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 64.39%
G = 0%
B = 35.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2007D (or 0xE2007D) is known color: Medium Violet Red. HEX triplet: E2, 00 and 7D. RGB value is (226,0,125). Sum of RGB (Red+Green+Blue) = 226+0+125=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2007D is #1DFF82. Grayscale: #515151. Windows color (decimal): -1965955 or 8192226. OLE color: 8192226.

HSL color Cylindrical-coordinate representation of color #E2007D: hue angle of 326.81º 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 #E2007D is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 125 -
CMYK 0 1 0.45 0.11
HSL 326.81º 1% 0.44% -
HSV(B) 326.81º 1% 0.89% -
XYZ 35.07 17.65 20.96 -
YUV 81.82 152.37 230.84 -
System Red Green Blue C M Y K H S L
Decimal 226 0 125 0 1 0.45 0.11 326.81 1 0.44
Hex E2 0 7D 0 64 2D B 147 64 2C
Octal 342 0 175 0 144 55 13 507 144 54
Binary 11100010 0 1111101 0 1100100 101101 1011 101000111 1100100 101100

Color Harmonies of #E2007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2007D

Black with #E2007D

Text Example


Text Example

White with #E2007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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