#E9629A

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

Shades of Pale Violet Red #E9629A

Tints of Pale Violet Red #E9629A

Color information

#E9629A (or 0xE9629A) is unknown color: approx Pale Violet Red. HEX triplet: E9, 62 and 9A. RGB value is (233,98,154). Sum of RGB (Red+Green+Blue) = 233+98+154=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E9629A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9629A is #169D65. Grayscale: #909090. Windows color (decimal): -1482086 or 10117865. OLE color: 10117865.

HSL color Cylindrical-coordinate representation of color #E9629A: hue angle of 335.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E9629A is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB23398154-
CMYK00.580.340.09
HSL335.11º75.42%64.9%-
HSV(B)335.11º57.94%91.37%-
XYZ43.828.3933.74-
YUV144.75133.23190.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.04%
GREEN value IS 98 (38.67% from 255) = 20.21%
BLUE value IS 154 (60.55% from 255) = 31.75%
R=48.04%
G=20.21%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339815400.580.340.09335.1175.4264.9
HexE9629A03A22914f4b41
Octal3511422320724211517113101
Binary111010011100010100110100111010100010100110100111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9629A; }

 p { color: rgb(233,98,154); }

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

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

 a { background-color: rgb(233,98,154); }

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

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

 span { border-color: rgb(233,98,154); }

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