#E6699C

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

Shades of Pale Violet Red #E6699C

Tints of Pale Violet Red #E6699C

Color information

#E6699C (or 0xE6699C) is unknown color: approx Pale Violet Red. HEX triplet: E6, 69 and 9C. RGB value is (230,105,156). Sum of RGB (Red+Green+Blue) = 230+105+156=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6699C is #199663. Grayscale: #949494. Windows color (decimal): -1676900 or 10250726. OLE color: 10250726.

HSL color Cylindrical-coordinate representation of color #E6699C: hue angle of 335.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6699C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230105156-
CMYK00.540.320.10
HSL335.52º71.43%65.69%-
HSV(B)335.52º54.35%90.2%-
XYZ43.6929.3334.81-
YUV148.19132.41186.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.84%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=46.84%
G=21.38%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010515600.540.320.10335.5271.4365.69
HexE6699C03620A1504742
Octal3461512340664012520107102
Binary111001101101001100111000110110100000101010101000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6699C; }

 p { color: rgb(230,105,156); }

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

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

 a { background-color: rgb(230,105,156); }

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

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

 span { border-color: rgb(230,105,156); }

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