#E6729B

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

Shades of Pale Violet Red #E6729B

Tints of Pale Violet Red #E6729B

Color information

#E6729B (or 0xE6729B) is unknown color: approx Pale Violet Red. HEX triplet: E6, 72 and 9B. RGB value is (230,114,155). Sum of RGB (Red+Green+Blue) = 230+114+155=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6729B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6729B is #198D64. Grayscale: #999999. Windows color (decimal): -1674597 or 10187494. OLE color: 10187494.

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

Color convert

RGB230114155-
CMYK00.500.330.10
HSL338.79º69.88%67.45%-
HSV(B)338.79º50.43%90.2%-
XYZ44.5731.2234.69-
YUV153.36128.93182.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.09%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=46.09%
G=22.85%
B=31.06%

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
Decimal23011415500.500.330.10338.7969.8867.45
HexE6729B03221A1534643
Octal3461622330624112523106103
Binary111001101110010100110110110010100001101010101001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6729B; }

 p { color: rgb(230,114,155); }

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

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

 a { background-color: rgb(230,114,155); }

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

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

 span { border-color: rgb(230,114,155); }

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