#E26E97

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

Shades of Pale Violet Red #E26E97

Tints of Pale Violet Red #E26E97

Color information

#E26E97 (or 0xE26E97) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6E and 97. RGB value is (226,110,151). Sum of RGB (Red+Green+Blue) = 226+110+151=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E97 is #1D9168. Grayscale: #959595. Windows color (decimal): -1937769 or 9924322. OLE color: 9924322.

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

Color convert

RGB226110151-
CMYK00.510.330.11
HSL338.79º66.67%65.88%-
HSV(B)338.79º51.33%88.63%-
XYZ42.5329.5532.74-
YUV149.36128.93182.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.41%
GREEN value IS 110 (43.36% from 255) = 22.59%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=46.41%
G=22.59%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611015100.510.330.11338.7966.6765.88
HexE26E9703321B1534342
Octal3421562270634113523103102
Binary111000101101110100101110110011100001101110101001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26E97; }

 p { color: rgb(226,110,151); }

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

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

 a { background-color: rgb(226,110,151); }

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

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

 span { border-color: rgb(226,110,151); }

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