#E26B99

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

Shades of Pale Violet Red #E26B99

Tints of Pale Violet Red #E26B99

Color information

#E26B99 (or 0xE26B99) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6B and 99. RGB value is (226,107,153). Sum of RGB (Red+Green+Blue) = 226+107+153=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26B99 is #1D9466. Grayscale: #939393. Windows color (decimal): -1938535 or 10054626. OLE color: 10054626.

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

Color convert

RGB226107153-
CMYK00.530.320.11
HSL336.81º67.23%65.29%-
HSV(B)336.81º52.65%88.63%-
XYZ42.3728.9833.5-
YUV147.82130.92183.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 107 (42.19% from 255) = 22.02%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=46.50%
G=22.02%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610715300.530.320.11336.8167.2365.29
HexE26B9903520B1514341
Octal3421532310654013521103101
Binary111000101101011100110010110101100000101110101000110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26B99; }

 p { color: rgb(226,107,153); }

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

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

 a { background-color: rgb(226,107,153); }

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

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

 span { border-color: rgb(226,107,153); }

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