#E278A9

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

Shades of Pale Violet Red #E278A9

Tints of Pale Violet Red #E278A9

Color information

#E278A9 (or 0xE278A9) is unknown color: approx Pale Violet Red. HEX triplet: E2, 78 and A9. RGB value is (226,120,169). Sum of RGB (Red+Green+Blue) = 226+120+169=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E278A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E278A9 is #1D8756. Grayscale: #9D9D9D. Windows color (decimal): -1935191 or 11106530. OLE color: 11106530.

HSL color Cylindrical-coordinate representation of color #E278A9: hue angle of 332.26º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E278A9 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB226120169-
CMYK00.470.250.11
HSL332.26º64.63%67.84%-
HSV(B)332.26º46.9%88.63%-
XYZ45.2432.4741.42-
YUV157.28134.62177.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.88%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=43.88%
G=23.30%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612016900.470.250.11332.2664.6367.84
HexE278A902F19B14c4144
Octal3421702510573113514101104
Binary11100010111100010101001010111111001101110100110010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278A9; }

 p { color: rgb(226,120,169); }

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

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

 a { background-color: rgb(226,120,169); }

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

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

 span { border-color: rgb(226,120,169); }

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