#E27AA2

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

Shades of Pale Violet Red #E27AA2

Tints of Pale Violet Red #E27AA2

Color information

#E27AA2 (or 0xE27AA2) is unknown color: approx Pale Violet Red. HEX triplet: E2, 7A and A2. RGB value is (226,122,162). Sum of RGB (Red+Green+Blue) = 226+122+162=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AA2 is #1D855D. Grayscale: #9D9D9D. Windows color (decimal): -1934686 or 10648290. OLE color: 10648290.

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

Color convert

RGB226122162-
CMYK00.460.280.11
HSL336.92º64.2%68.24%-
HSV(B)336.92º46.02%88.63%-
XYZ44.8532.738.13-
YUV157.66130.46176.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.31%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=44.31%
G=23.92%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612216200.460.280.11336.9264.268.24
HexE27AA202E1CB1514044
Octal3421722420563413521100104
Binary11100010111101010100010010111011100101110101000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AA2; }

 p { color: rgb(226,122,162); }

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

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

 a { background-color: rgb(226,122,162); }

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

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

 span { border-color: rgb(226,122,162); }

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