#EB729C

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

Shades of Pale Violet Red #EB729C

Tints of Pale Violet Red #EB729C

Color information

#EB729C (or 0xEB729C) is unknown color: approx Pale Violet Red. HEX triplet: EB, 72 and 9C. RGB value is (235,114,156). Sum of RGB (Red+Green+Blue) = 235+114+156=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB729C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB729C is #148D63. Grayscale: #9A9A9A. Windows color (decimal): -1346916 or 10253035. OLE color: 10253035.

HSL color Cylindrical-coordinate representation of color #EB729C: hue angle of 339.17º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB729C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235114156-
CMYK00.510.340.08
HSL339.17º75.16%68.43%-
HSV(B)339.17º51.49%92.16%-
XYZ46.2832.135.21-
YUV154.97128.59185.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 114 (44.92% from 255) = 22.57%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=46.53%
G=22.57%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511415600.510.340.08339.1775.1668.43
HexEB729C0332281534b44
Octal3531622340634210523113104
Binary111010111110010100111000110011100010100010101001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB729C; }

 p { color: rgb(235,114,156); }

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

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

 a { background-color: rgb(235,114,156); }

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

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

 span { border-color: rgb(235,114,156); }

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