#E7699E

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

Shades of Pale Violet Red #E7699E

Tints of Pale Violet Red #E7699E

Color information

#E7699E (or 0xE7699E) is unknown color: approx Pale Violet Red. HEX triplet: E7, 69 and 9E. RGB value is (231,105,158). Sum of RGB (Red+Green+Blue) = 231+105+158=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7699E is #189661. Grayscale: #949494. Windows color (decimal): -1611362 or 10381799. OLE color: 10381799.

HSL color Cylindrical-coordinate representation of color #E7699E: hue angle of 334.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7699E is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231105158-
CMYK00.550.320.09
HSL334.76º72.41%65.88%-
HSV(B)334.76º54.55%90.59%-
XYZ44.1829.5635.73-
YUV148.72133.24186.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.76%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=46.76%
G=21.26%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110515800.550.320.09334.7672.4165.88
HexE7699E03720914f4842
Octal3471512360674011517110102
Binary111001111101001100111100110111100000100110100111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7699E; }

 p { color: rgb(231,105,158); }

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

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

 a { background-color: rgb(231,105,158); }

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

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

 span { border-color: rgb(231,105,158); }

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