#E26A96

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

Shades of Pale Violet Red #E26A96

Tints of Pale Violet Red #E26A96

Color information

#E26A96 (or 0xE26A96) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6A and 96. RGB value is (226,106,150). Sum of RGB (Red+Green+Blue) = 226+106+150=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26A96 is #1D9569. Grayscale: #929292. Windows color (decimal): -1938794 or 9857762. OLE color: 9857762.

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

Color convert

RGB226106150-
CMYK00.530.340.11
HSL338º67.42%65.1%-
HSV(B)338º53.1%88.63%-
XYZ42.0228.6832.17-
YUV146.9129.76184.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=46.89%
G=21.99%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610615000.530.340.1133867.4265.1
HexE26A9603522B1524341
Octal3421522260654213522103101
Binary111000101101010100101100110101100010101110101001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26A96; }

 p { color: rgb(226,106,150); }

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

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

 a { background-color: rgb(226,106,150); }

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

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

 span { border-color: rgb(226,106,150); }

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