#E279A6

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

Shades of Pale Violet Red #E279A6

Tints of Pale Violet Red #E279A6

Color information

#E279A6 (or 0xE279A6) is unknown color: approx Pale Violet Red. HEX triplet: E2, 79 and A6. RGB value is (226,121,166). Sum of RGB (Red+Green+Blue) = 226+121+166=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 166 (65.23% from 255 or 32.36% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E279A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E279A6 is #1D8659. Grayscale: #9D9D9D. Windows color (decimal): -1934938 or 10910178. OLE color: 10910178.

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

Color convert

RGB226121166-
CMYK00.460.270.11
HSL334.29º64.42%68.04%-
HSV(B)334.29º46.46%88.63%-
XYZ45.0832.639.99-
YUV157.52132.79176.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 121 (47.66% from 255) = 23.59%
BLUE value IS 166 (65.23% from 255) = 32.36%
R=44.05%
G=23.59%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612116600.460.270.11334.2964.4268.04
HexE279A602E1BB14e4044
Octal3421712460563313516100104
Binary11100010111100110100110010111011011101110100111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279A6; }

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

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

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

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

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

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

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

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