#e26f9a

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

Shades of Pale Violet Red #E26F9A

Tints of Pale Violet Red #E26F9A

Color information

#E26F9A (or 0xE26F9A) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6F and 9A. RGB value is (226,111,154). Sum of RGB (Red+Green+Blue) = 226+111+154=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26F9A is #1D9065. Grayscale: #969696. Windows color (decimal): -1937510 or 10121186. OLE color: 10121186.

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

Color convert

RGB226111154-
CMYK00.510.320.11
HSL337.57º66.47%66.08%-
HSV(B)337.57º50.88%88.63%-
XYZ42.8829.8734.08-
YUV150.29130.1182-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=46.03%
G=22.61%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611115400.510.320.11337.5766.4766.08
HexE26F9A03320B1524242
Octal3421572320634013522102102
Binary111000101101111100110100110011100000101110101001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e26f9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e26f9a; }

 p { color: rgb(226,111,154); }

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

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

 a { background-color: rgb(226,111,154); }

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

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

 span { border-color: rgb(226,111,154); }

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