#E26790

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

Shades of Pale Violet Red #E26790

Tints of Pale Violet Red #E26790

Color information

#E26790 (or 0xE26790) is unknown color: approx Pale Violet Red. HEX triplet: E2, 67 and 90. RGB value is (226,103,144). Sum of RGB (Red+Green+Blue) = 226+103+144=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E26790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26790 is #1D986F. Grayscale: #909090. Windows color (decimal): -1939568 or 9463778. OLE color: 9463778.

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

Color convert

RGB226103144-
CMYK00.540.360.11
HSL340º67.96%64.51%-
HSV(B)340º54.42%88.63%-
XYZ41.2527.8829.59-
YUV144.45127.75186.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=47.78%
G=21.78%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610314400.540.360.1134067.9664.51
HexE2679003624B1544441
Octal3421472200664413524104101
Binary111000101100111100100000110110100100101110101010010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26790; }

 p { color: rgb(226,103,144); }

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

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

 a { background-color: rgb(226,103,144); }

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

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

 span { border-color: rgb(226,103,144); }

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