#E2759F

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

Shades of Pale Violet Red #E2759F

Tints of Pale Violet Red #E2759F

Color information

#E2759F (or 0xE2759F) is unknown color: approx Pale Violet Red. HEX triplet: E2, 75 and 9F. RGB value is (226,117,159). Sum of RGB (Red+Green+Blue) = 226+117+159=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2759F is #1D8A60. Grayscale: #9A9A9A. Windows color (decimal): -1935969 or 10450402. OLE color: 10450402.

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

Color convert

RGB226117159-
CMYK00.480.300.11
HSL336.88º65.27%67.25%-
HSV(B)336.88º48.23%88.63%-
XYZ43.9831.3936.54-
YUV154.38130.61179.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=45.02%
G=23.31%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611715900.480.300.11336.8865.2767.25
HexE2759F0301EB1514143
Octal3421652370603613521101103
Binary11100010111010110011111011000011110101110101000110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2759F; }

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

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

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

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

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

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

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

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