#E269A0

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

Shades of Pale Violet Red #E269A0

Tints of Pale Violet Red #E269A0

Color information

#E269A0 (or 0xE269A0) is unknown color: approx Pale Violet Red. HEX triplet: E2, 69 and A0. RGB value is (226,105,160). Sum of RGB (Red+Green+Blue) = 226+105+160=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E269A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E269A0 is #1D965F. Grayscale: #939393. Windows color (decimal): -1939040 or 10512866. OLE color: 10512866.

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

Color convert

RGB226105160-
CMYK00.540.290.11
HSL332.73º67.6%64.9%-
HSV(B)332.73º53.54%88.63%-
XYZ42.7628.8136.56-
YUV147.45135.09184.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.03%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=46.03%
G=21.38%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610516000.540.290.11332.7367.664.9
HexE269A00361DB14d4441
Octal3421512400663513515104101
Binary11100010110100110100000011011011101101110100110110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E269A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E269A0; }

 p { color: rgb(226,105,160); }

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

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

 a { background-color: rgb(226,105,160); }

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

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

 span { border-color: rgb(226,105,160); }

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