#E26AA8

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

Shades of Pale Violet Red #E26AA8

Tints of Pale Violet Red #E26AA8

Color information

#E26AA8 (or 0xE26AA8) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6A and A8. RGB value is (226,106,168). Sum of RGB (Red+Green+Blue) = 226+106+168=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26AA8 is #1D9557. Grayscale: #949494. Windows color (decimal): -1938776 or 11037410. OLE color: 11037410.

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

Color convert

RGB226106168-
CMYK00.530.260.11
HSL329º67.42%65.1%-
HSV(B)329º53.1%88.63%-
XYZ43.5929.340.4-
YUV148.95138.76182.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.2%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 168 (66.02% from 255) = 33.6%
R=45.2%
G=21.2%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610616800.530.260.1132967.4265.1
HexE26AA80351AB1494341
Octal3421522500653213511103101
Binary11100010110101010101000011010111010101110100100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26AA8; }

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

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

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

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

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

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

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

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