#E279A8

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

Shades of Pale Violet Red #E279A8

Tints of Pale Violet Red #E279A8

Color information

#E279A8 (or 0xE279A8) is unknown color: approx Pale Violet Red. HEX triplet: E2, 79 and A8. RGB value is (226,121,168). Sum of RGB (Red+Green+Blue) = 226+121+168=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E279A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E279A8 is #1D8657. Grayscale: #9D9D9D. Windows color (decimal): -1934936 or 11041250. OLE color: 11041250.

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

Color convert

RGB226121168-
CMYK00.460.260.11
HSL333.14º64.42%68.04%-
HSV(B)333.14º46.46%88.63%-
XYZ45.2732.6740.97-
YUV157.75133.79176.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.88%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=43.88%
G=23.50%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612116800.460.260.11333.1464.4268.04
HexE279A802E1AB14d4044
Octal3421712500563213515100104
Binary11100010111100110101000010111011010101110100110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279A8; }

 p { color: rgb(226,121,168); }

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

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

 a { background-color: rgb(226,121,168); }

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

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

 span { border-color: rgb(226,121,168); }

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