#E2699B

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

Shades of Pale Violet Red #E2699B

Tints of Pale Violet Red #E2699B

Color information

#E2699B (or 0xE2699B) is unknown color: approx Pale Violet Red. HEX triplet: E2, 69 and 9B. RGB value is (226,105,155). Sum of RGB (Red+Green+Blue) = 226+105+155=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2699B is #1D9664. Grayscale: #929292. Windows color (decimal): -1939045 or 10185186. OLE color: 10185186.

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

Color convert

RGB226105155-
CMYK00.540.310.11
HSL335.21º67.6%64.9%-
HSV(B)335.21º53.54%88.63%-
XYZ42.3328.6434.31-
YUV146.88132.59184.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=46.50%
G=21.60%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610515500.540.310.11335.2167.664.9
HexE2699B0361FB14f4441
Octal3421512330663713517104101
Binary11100010110100110011011011011011111101110100111110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2699B; }

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

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

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

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

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

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

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

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