#E6749A

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

Shades of Pale Violet Red #E6749A

Tints of Pale Violet Red #E6749A

Color information

#E6749A (or 0xE6749A) is unknown color: approx Pale Violet Red. HEX triplet: E6, 74 and 9A. RGB value is (230,116,154). Sum of RGB (Red+Green+Blue) = 230+116+154=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6749A is #198B65. Grayscale: #9A9A9A. Windows color (decimal): -1674086 or 10122470. OLE color: 10122470.

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

Color convert

RGB230116154-
CMYK00.500.330.10
HSL340º69.51%67.84%-
HSV(B)340º49.57%90.2%-
XYZ44.7131.6534.32-
YUV154.42127.77181.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=46%
G=23.2%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011615400.500.330.1034069.5167.84
HexE6749A03221A1544644
Octal3461642320624112524106104
Binary111001101110100100110100110010100001101010101010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6749A; }

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

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

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

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

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

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

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

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