#E278AA

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

Shades of Pale Violet Red #E278AA

Tints of Pale Violet Red #E278AA

Color information

#E278AA (or 0xE278AA) is unknown color: approx Pale Violet Red. HEX triplet: E2, 78 and AA. RGB value is (226,120,170). Sum of RGB (Red+Green+Blue) = 226+120+170=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E278AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E278AA is #1D8755. Grayscale: #9D9D9D. Windows color (decimal): -1935190 or 11172066. OLE color: 11172066.

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

Color convert

RGB226120170-
CMYK00.470.250.11
HSL331.7º64.63%67.84%-
HSV(B)331.7º46.9%88.63%-
XYZ45.3432.541.91-
YUV157.39135.12176.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=43.80%
G=23.26%
B=32.95%

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
Decimal22612017000.470.250.11331.764.6367.84
HexE278AA02F19B14c4144
Octal3421702520573113514101104
Binary11100010111100010101010010111111001101110100110010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278AA; }

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

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

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

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

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

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

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

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