#E2779D

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

Shades of Pale Violet Red #E2779D

Tints of Pale Violet Red #E2779D

Color information

#E2779D (or 0xE2779D) is unknown color: approx Pale Violet Red. HEX triplet: E2, 77 and 9D. RGB value is (226,119,157). Sum of RGB (Red+Green+Blue) = 226+119+157=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2779D is #1D8862. Grayscale: #9B9B9B. Windows color (decimal): -1935459 or 10319842. OLE color: 10319842.

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

Color convert

RGB226119157-
CMYK00.470.310.11
HSL338.69º64.85%67.65%-
HSV(B)338.69º47.35%88.63%-
XYZ44.0531.835.71-
YUV155.32128.95178.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=45.02%
G=23.71%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611915700.470.310.11338.6964.8567.65
HexE2779D02F1FB1534144
Octal3421672350573713523101104
Binary11100010111011110011101010111111111101110101001110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2779D; }

 p { color: rgb(226,119,157); }

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

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

 a { background-color: rgb(226,119,157); }

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

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

 span { border-color: rgb(226,119,157); }

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