#e27aa8

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

Shades of Pale Violet Red #E27AA8

Tints of Pale Violet Red #E27AA8

Color information

#E27AA8 (or 0xE27AA8) is unknown color: approx Pale Violet Red. HEX triplet: E2, 7A and A8. RGB value is (226,122,168). Sum of RGB (Red+Green+Blue) = 226+122+168=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27AA8 is #1D8557. Grayscale: #9E9E9E. Windows color (decimal): -1934680 or 11041506. OLE color: 11041506.

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

Color convert

RGB226122168-
CMYK00.460.260.11
HSL333.46º64.2%68.24%-
HSV(B)333.46º46.02%88.63%-
XYZ45.3932.9141.01-
YUV158.34133.46176.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=43.80%
G=23.64%
B=32.56%

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
Decimal22612216800.460.260.11333.4664.268.24
HexE27AA802E1AB14d4044
Octal3421722500563213515100104
Binary11100010111101010101000010111011010101110100110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27aa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27aa8; }

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

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

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

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

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

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

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

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