#E6759A

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

Shades of Pale Violet Red #E6759A

Tints of Pale Violet Red #E6759A

Color information

#E6759A (or 0xE6759A) is unknown color: approx Pale Violet Red. HEX triplet: E6, 75 and 9A. RGB value is (230,117,154). Sum of RGB (Red+Green+Blue) = 230+117+154=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6759A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6759A is #198A65. Grayscale: #9A9A9A. Windows color (decimal): -1673830 or 10122726. OLE color: 10122726.

HSL color Cylindrical-coordinate representation of color #E6759A: hue angle of 340.35º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6759A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230117154-
CMYK00.490.330.10
HSL340.35º69.33%68.04%-
HSV(B)340.35º49.13%90.2%-
XYZ44.8331.8834.36-
YUV155.01127.44181.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=45.91%
G=23.35%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011715400.490.330.10340.3569.3368.04
HexE6759A03121A1544544
Octal3461652320614112524105104
Binary111001101110101100110100110001100001101010101010010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6759A; }

 p { color: rgb(230,117,154); }

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

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

 a { background-color: rgb(230,117,154); }

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

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

 span { border-color: rgb(230,117,154); }

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