#E6749F

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

Shades of Pale Violet Red #E6749F

Tints of Pale Violet Red #E6749F

Color information

#E6749F (or 0xE6749F) is unknown color: approx Pale Violet Red. HEX triplet: E6, 74 and 9F. RGB value is (230,116,159). Sum of RGB (Red+Green+Blue) = 230+116+159=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6749F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6749F is #198B60. Grayscale: #9A9A9A. Windows color (decimal): -1674081 or 10450150. OLE color: 10450150.

HSL color Cylindrical-coordinate representation of color #E6749F: hue angle of 337.37º 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 #E6749F is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB230116159-
CMYK00.500.310.10
HSL337.37º69.51%67.84%-
HSV(B)337.37º49.57%90.2%-
XYZ45.1431.8236.56-
YUV154.99130.27181.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=45.54%
G=22.97%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011615900.500.310.10337.3769.5167.84
HexE6749F0321FA1514644
Octal3461642370623712521106104
Binary11100110111010010011111011001011111101010101000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6749F; }

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

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

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

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

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

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

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

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