#E26F9F

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

Shades of Pale Violet Red #E26F9F

Tints of Pale Violet Red #E26F9F

Color information

#E26F9F (or 0xE26F9F) is unknown color: approx Pale Violet Red. HEX triplet: E2, 6F and 9F. RGB value is (226,111,159). Sum of RGB (Red+Green+Blue) = 226+111+159=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26F9F is #1D9060. Grayscale: #969696. Windows color (decimal): -1937505 or 10448866. OLE color: 10448866.

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

Color convert

RGB226111159-
CMYK00.510.300.11
HSL334.96º66.47%66.08%-
HSV(B)334.96º50.88%88.63%-
XYZ43.3130.0436.32-
YUV150.86132.6181.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.56%
GREEN value IS 111 (43.75% from 255) = 22.38%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=45.56%
G=22.38%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611115900.510.300.11334.9666.4766.08
HexE26F9F0331EB14f4242
Octal3421572370633613517102102
Binary11100010110111110011111011001111110101110100111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26F9F; }

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

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

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

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

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

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

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

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