#E2639E

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

Shades of Pale Violet Red #E2639E

Tints of Pale Violet Red #E2639E

Color information

#E2639E (or 0xE2639E) is unknown color: approx Pale Violet Red. HEX triplet: E2, 63 and 9E. RGB value is (226,99,158). Sum of RGB (Red+Green+Blue) = 226+99+158=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2639E is #1D9C61. Grayscale: #8F8F8F. Windows color (decimal): -1940578 or 10380258. OLE color: 10380258.

HSL color Cylindrical-coordinate representation of color #E2639E: hue angle of 332.13º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2639E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB22699158-
CMYK00.560.300.11
HSL332.13º68.65%63.73%-
HSV(B)332.13º56.19%88.63%-
XYZ4227.5635.45-
YUV143.7136.08186.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.79%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 158 (62.11% from 255) = 32.71%
R=46.79%
G=20.50%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269915800.560.300.11332.1368.6563.73
HexE2639E0381EB14c4540
Octal3421432360703613514105100
Binary11100010110001110011110011100011110101110100110010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2639E; }

 p { color: rgb(226,99,158); }

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

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

 a { background-color: rgb(226,99,158); }

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

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

 span { border-color: rgb(226,99,158); }

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