#E26596

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

Shades of Pale Violet Red #E26596

Tints of Pale Violet Red #E26596

Color information

#E26596 (or 0xE26596) is unknown color: approx Pale Violet Red. HEX triplet: E2, 65 and 96. RGB value is (226,101,150). Sum of RGB (Red+Green+Blue) = 226+101+150=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E26596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26596 is #1D9A69. Grayscale: #8F8F8F. Windows color (decimal): -1940074 or 9856482. OLE color: 9856482.

HSL color Cylindrical-coordinate representation of color #E26596: hue angle of 336.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26596 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226101150-
CMYK00.550.340.11
HSL336.48º68.31%64.12%-
HSV(B)336.48º55.31%88.63%-
XYZ41.5227.6832.01-
YUV143.96131.41186.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.38%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=47.38%
G=21.17%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610115000.550.340.11336.4868.3164.12
HexE2659603722B1504440
Octal3421452260674213520104100
Binary111000101100101100101100110111100010101110101000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26596; }

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

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

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

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

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

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

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

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