#E26990

Color #E26990 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E26990

Tints of Pale Violet Red #E26990

Color information

#E26990 (or 0xE26990) is unknown color: approx Pale Violet Red. HEX triplet: E2, 69 and 90. RGB value is (226,105,144). Sum of RGB (Red+Green+Blue) = 226+105+144=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E26990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26990 is #1D966F. Grayscale: #919191. Windows color (decimal): -1939056 or 9464290. OLE color: 9464290.

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

Color convert

RGB226105144-
CMYK00.540.360.11
HSL340.66º67.6%64.9%-
HSV(B)340.66º53.54%88.63%-
XYZ41.4528.2929.66-
YUV145.62127.09185.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.58%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=47.58%
G=22.11%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610514400.540.360.11340.6667.664.9
HexE2699003624B1554441
Octal3421512200664413525104101
Binary111000101101001100100000110110100100101110101010110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26990; }

 p { color: rgb(226,105,144); }

 H1.HeaderClassName
 {
   color: #E26990;
 }
 .AnyTagClassName
 {
   color: #E26990;
 }
</style>
background-color css

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

 a { background-color: rgb(226,105,144); }

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

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

 span { border-color: rgb(226,105,144); }

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