#e26c97

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

Shades of Pale Violet Red #E26C97

Tints of Pale Violet Red #E26C97

Color information

#E26C97 (or 0xE26C97) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6C and 97. RGB value is (226,108,151). Sum of RGB (Red+Green+Blue) = 226+108+151=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C97 is #1D9368. Grayscale: #949494. Windows color (decimal): -1938281 or 9923810. OLE color: 9923810.

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

Color convert

RGB226108151-
CMYK00.520.330.11
HSL338.14º67.05%65.49%-
HSV(B)338.14º52.21%88.63%-
XYZ42.3129.1332.67-
YUV148.18129.59183.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.60%
GREEN value IS 108 (42.58% from 255) = 22.27%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=46.60%
G=22.27%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610815100.520.330.11338.1467.0565.49
HexE26C9703421B1524341
Octal3421542270644113522103101
Binary111000101101100100101110110100100001101110101001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26c97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26c97; }

 p { color: rgb(226,108,151); }

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

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

 a { background-color: rgb(226,108,151); }

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

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

 span { border-color: rgb(226,108,151); }

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