#E26E9A

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

Shades of Pale Violet Red #E26E9A

Tints of Pale Violet Red #E26E9A

Color information

#E26E9A (or 0xE26E9A) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6E and 9A. RGB value is (226,110,154). Sum of RGB (Red+Green+Blue) = 226+110+154=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E9A is #1D9165. Grayscale: #959595. Windows color (decimal): -1937766 or 10120930. OLE color: 10120930.

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

Color convert

RGB226110154-
CMYK00.510.320.11
HSL337.24º66.67%65.88%-
HSV(B)337.24º51.33%88.63%-
XYZ42.7729.6534.04-
YUV149.7130.43182.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.12%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=46.12%
G=22.45%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611015400.510.320.11337.2466.6765.88
HexE26E9A03320B1514342
Octal3421562320634013521103102
Binary111000101101110100110100110011100000101110101000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26E9A; }

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

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

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

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

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

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

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

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