#E2759E

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

Shades of Pale Violet Red #E2759E

Tints of Pale Violet Red #E2759E

Color information

#E2759E (or 0xE2759E) is unknown color: approx Pale Violet Red. HEX triplet: E2, 75 and 9E. RGB value is (226,117,158). Sum of RGB (Red+Green+Blue) = 226+117+158=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2759E is #1D8A61. Grayscale: #9A9A9A. Windows color (decimal): -1935970 or 10384866. OLE color: 10384866.

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

Color convert

RGB226117158-
CMYK00.480.300.11
HSL337.43º65.27%67.25%-
HSV(B)337.43º48.23%88.63%-
XYZ43.931.3636.09-
YUV154.26130.11179.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 158 (62.11% from 255) = 31.54%
R=45.11%
G=23.35%
B=31.54%

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
Decimal22611715800.480.300.11337.4365.2767.25
HexE2759E0301EB1514143
Octal3421652360603613521101103
Binary11100010111010110011110011000011110101110101000110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2759E; }

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

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

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

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

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

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

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

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