#E27A9E

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

Shades of Pale Violet Red #E27A9E

Tints of Pale Violet Red #E27A9E

Color information

#E27A9E (or 0xE27A9E) is unknown color: approx Pale Violet Red. HEX triplet: E2, 7A and 9E. RGB value is (226,122,158). Sum of RGB (Red+Green+Blue) = 226+122+158=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A9E is #1D8561. Grayscale: #9D9D9D. Windows color (decimal): -1934690 or 10386146. OLE color: 10386146.

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

Color convert

RGB226122158-
CMYK00.460.300.11
HSL339.23º64.2%68.24%-
HSV(B)339.23º46.02%88.63%-
XYZ44.532.5636.29-
YUV157.2128.46177.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.66%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=44.66%
G=24.11%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612215800.460.300.11339.2364.268.24
HexE27A9E02E1EB1534044
Octal3421722360563613523100104
Binary11100010111101010011110010111011110101110101001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27A9E; }

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

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

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

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

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

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

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

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