#E26D9E

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

Shades of Pale Violet Red #E26D9E

Tints of Pale Violet Red #E26D9E

Color information

#E26D9E (or 0xE26D9E) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6D and 9E. RGB value is (226,109,158). Sum of RGB (Red+Green+Blue) = 226+109+158=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26D9E is #1D9261. Grayscale: #959595. Windows color (decimal): -1938018 or 10382818. OLE color: 10382818.

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

Color convert

RGB226109158-
CMYK00.520.300.11
HSL334.87º66.86%65.69%-
HSV(B)334.87º51.77%88.63%-
XYZ4329.5735.79-
YUV149.57132.76182.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.84%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=45.84%
G=22.11%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610915800.520.300.11334.8766.8665.69
HexE26D9E0341EB14f4342
Octal3421552360643613517103102
Binary11100010110110110011110011010011110101110100111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26D9E; }

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

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

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

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

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

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

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

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