#E7699D

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

Shades of Pale Violet Red #E7699D

Tints of Pale Violet Red #E7699D

Color information

#E7699D (or 0xE7699D) is unknown color: approx Pale Violet Red. HEX triplet: E7, 69 and 9D. RGB value is (231,105,157). Sum of RGB (Red+Green+Blue) = 231+105+157=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7699D is #189662. Grayscale: #949494. Windows color (decimal): -1611363 or 10316263. OLE color: 10316263.

HSL color Cylindrical-coordinate representation of color #E7699D: hue angle of 335.24º 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 #E7699D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB231105157-
CMYK00.550.320.09
HSL335.24º72.41%65.88%-
HSV(B)335.24º54.55%90.59%-
XYZ44.0929.5335.27-
YUV148.6132.74186.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.86%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=46.86%
G=21.30%
B=31.85%

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
Decimal23110515700.550.320.09335.2472.4165.88
HexE7699D03720914f4842
Octal3471512350674011517110102
Binary111001111101001100111010110111100000100110100111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7699D; }

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

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

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

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

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

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

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

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