#E5629E

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

Shades of Pale Violet Red #E5629E

Tints of Pale Violet Red #E5629E

Color information

#E5629E (or 0xE5629E) is unknown color: approx Pale Violet Red. HEX triplet: E5, 62 and 9E. RGB value is (229,98,158). Sum of RGB (Red+Green+Blue) = 229+98+158=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5629E is #1A9D61. Grayscale: #8F8F8F. Windows color (decimal): -1744226 or 10380005. OLE color: 10380005.

HSL color Cylindrical-coordinate representation of color #E5629E: hue angle of 332.52º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5629E is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB22998158-
CMYK00.570.310.10
HSL332.52º71.58%64.12%-
HSV(B)332.52º57.21%89.8%-
XYZ42.8527.8635.47-
YUV144.01135.9188.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.22%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=47.22%
G=20.21%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299815800.570.310.10332.5271.5864.12
HexE5629E0391FA14d4840
Octal3451422360713712515110100
Binary11100101110001010011110011100111111101010100110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5629E; }

 p { color: rgb(229,98,158); }

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

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

 a { background-color: rgb(229,98,158); }

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

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

 span { border-color: rgb(229,98,158); }

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