#E7699A

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

Shades of Pale Violet Red #E7699A

Tints of Pale Violet Red #E7699A

Color information

#E7699A (or 0xE7699A) is unknown color: approx Pale Violet Red. HEX triplet: E7, 69 and 9A. RGB value is (231,105,154). Sum of RGB (Red+Green+Blue) = 231+105+154=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7699A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7699A is #189665. Grayscale: #949494. Windows color (decimal): -1611366 or 10119655. OLE color: 10119655.

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

Color convert

RGB231105154-
CMYK00.550.330.09
HSL336.67º72.41%65.88%-
HSV(B)336.67º54.55%90.59%-
XYZ43.8429.4333.94-
YUV148.26131.24187.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=47.14%
G=21.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110515400.550.330.09336.6772.4165.88
HexE7699A0372191514842
Octal3471512320674111521110102
Binary111001111101001100110100110111100001100110101000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7699A; }

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

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

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

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

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

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

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

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