#E279A7

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

Shades of Pale Violet Red #E279A7

Tints of Pale Violet Red #E279A7

Color information

#E279A7 (or 0xE279A7) is unknown color: approx Pale Violet Red. HEX triplet: E2, 79 and A7. RGB value is (226,121,167). Sum of RGB (Red+Green+Blue) = 226+121+167=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E279A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E279A7 is #1D8658. Grayscale: #9D9D9D. Windows color (decimal): -1934937 or 10975714. OLE color: 10975714.

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

Color convert

RGB226121167-
CMYK00.460.260.11
HSL333.71º64.42%68.04%-
HSV(B)333.71º46.46%88.63%-
XYZ45.1832.6340.48-
YUV157.64133.29176.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.97%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=43.97%
G=23.54%
B=32.49%

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
Decimal22612116700.460.260.11333.7164.4268.04
HexE279A702E1AB14e4044
Octal3421712470563213516100104
Binary11100010111100110100111010111011010101110100111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279A7; }

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

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

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

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

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

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

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

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