#E279A1

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

Shades of Pale Violet Red #E279A1

Tints of Pale Violet Red #E279A1

Color information

#E279A1 (or 0xE279A1) is unknown color: approx Pale Violet Red. HEX triplet: E2, 79 and A1. RGB value is (226,121,161). Sum of RGB (Red+Green+Blue) = 226+121+161=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E279A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E279A1 is #1D865E. Grayscale: #9C9C9C. Windows color (decimal): -1934943 or 10582498. OLE color: 10582498.

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

Color convert

RGB226121161-
CMYK00.460.290.11
HSL337.14º64.42%68.04%-
HSV(B)337.14º46.46%88.63%-
XYZ44.6332.4237.62-
YUV156.95130.29177.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.49%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=44.49%
G=23.82%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612116100.460.290.11337.1464.4268.04
HexE279A102E1DB1514044
Octal3421712410563513521100104
Binary11100010111100110100001010111011101101110101000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279A1; }

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

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

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

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

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

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

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

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