Html Css Color HEX #E2168A Medium Violet Red

📋 copy color: '#E2168A'

red 226 ◦ green 22 ◦ blue 138

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

Shades of Medium Violet Red #E2168A

Tints of Medium Violet Red #E2168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.7%

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 58.55%
G = 5.7%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2168A (or 0xE2168A) is known color: Medium Violet Red. HEX triplet: E2, 16 and 8A. RGB value is (226,22,138). Sum of RGB (Red+Green+Blue) = 226+22+138=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2168A is #1DE975. Grayscale: #5F5F5F. Windows color (decimal): -1960310 or 9049826. OLE color: 9049826.

HSL color Cylindrical-coordinate representation of color #E2168A: hue angle of 325.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2168A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 22 138 -
CMYK 0 0.90 0.39 0.11
HSL 325.88º 0.82% 0.49% -
HSV(B) 325.88º 0.9% 0.89% -
XYZ 36.24 18.58 25.72 -
YUV 96.22 151.59 220.57 -
System Red Green Blue C M Y K H S L
Decimal 226 22 138 0 0.90 0.39 0.11 325.88 0.82 0.49
Hex E2 16 8A 0 5A 27 B 146 52 31
Octal 342 26 212 0 132 47 13 506 122 61
Binary 11100010 10110 10001010 0 1011010 100111 1011 101000110 1010010 110001

Color Harmonies of #E2168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2168A

Black with #E2168A

Text Example


Text Example

White with #E2168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2168A; }

 p { color: rgb(226,22,138); }

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

background-color css

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

 a { background-color: rgb(226,22,138); }

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

border-color css

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

 span { border-color: rgb(226,22,138); }

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