#E26DA7

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

Shades of Pale Violet Red #E26DA7

Tints of Pale Violet Red #E26DA7

Color information

#E26DA7 (or 0xE26DA7) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6D and A7. RGB value is (226,109,167). Sum of RGB (Red+Green+Blue) = 226+109+167=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26DA7 is #1D9258. Grayscale: #969696. Windows color (decimal): -1938009 or 10972642. OLE color: 10972642.

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

Color convert

RGB226109167-
CMYK00.520.260.11
HSL330.26º66.86%65.69%-
HSV(B)330.26º51.77%88.63%-
XYZ43.8129.940.02-
YUV150.6137.26181.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 167 (65.62% from 255) = 33.27%
R=45.02%
G=21.71%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610916700.520.260.11330.2666.8665.69
HexE26DA70341AB14a4342
Octal3421552470643213512103102
Binary11100010110110110100111011010011010101110100101010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DA7; }

 p { color: rgb(226,109,167); }

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

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

 a { background-color: rgb(226,109,167); }

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

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

 span { border-color: rgb(226,109,167); }

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