#E278AB

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

Shades of Pale Violet Red #E278AB

Tints of Pale Violet Red #E278AB

Color information

#E278AB (or 0xE278AB) is unknown color: approx Pale Violet Red. HEX triplet: E2, 78 and AB. RGB value is (226,120,171). Sum of RGB (Red+Green+Blue) = 226+120+171=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E278AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E278AB is #1D8754. Grayscale: #9D9D9D. Windows color (decimal): -1935189 or 11237602. OLE color: 11237602.

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

Color convert

RGB226120171-
CMYK00.470.240.11
HSL331.13º64.63%67.84%-
HSV(B)331.13º46.9%88.63%-
XYZ45.4332.5442.41-
YUV157.51135.62176.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.71%
GREEN value IS 120 (47.27% from 255) = 23.21%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=43.71%
G=23.21%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612017100.470.240.11331.1364.6367.84
HexE278AB02F18B14b4144
Octal3421702530573013513101104
Binary11100010111100010101011010111111000101110100101110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278AB; }

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

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

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

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

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

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

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

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