#E269AA

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

Shades of Pale Violet Red #E269AA

Tints of Pale Violet Red #E269AA

Color information

#E269AA (or 0xE269AA) is unknown color: approx Pale Violet Red. HEX triplet: E2, 69 and AA. RGB value is (226,105,170). Sum of RGB (Red+Green+Blue) = 226+105+170=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E269AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E269AA is #1D9655. Grayscale: #949494. Windows color (decimal): -1939030 or 11168226. OLE color: 11168226.

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

Color convert

RGB226105170-
CMYK00.540.250.11
HSL327.77º67.6%64.9%-
HSV(B)327.77º53.54%88.63%-
XYZ43.6729.1741.36-
YUV148.59140.09183.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 105 (41.41% from 255) = 20.96%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=45.11%
G=20.96%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610517000.540.250.11327.7767.664.9
HexE269AA03619B1484441
Octal3421512520663113510104101
Binary11100010110100110101010011011011001101110100100010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E269AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E269AA; }

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

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

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

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

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

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

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

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