#eb729b

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

Shades of Pale Violet Red #EB729B

Tints of Pale Violet Red #EB729B

Color information

#EB729B (or 0xEB729B) is unknown color: approx Pale Violet Red. HEX triplet: EB, 72 and 9B. RGB value is (235,114,155). Sum of RGB (Red+Green+Blue) = 235+114+155=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB729B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB729B is #148D64. Grayscale: #9A9A9A. Windows color (decimal): -1346917 or 10187499. OLE color: 10187499.

HSL color Cylindrical-coordinate representation of color #EB729B: hue angle of 339.67º 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 #EB729B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235114155-
CMYK00.510.340.08
HSL339.67º75.16%68.43%-
HSV(B)339.67º51.49%92.16%-
XYZ46.1932.0634.76-
YUV154.85128.09185.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=46.63%
G=22.62%
B=30.75%

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
Decimal23511415500.510.340.08339.6775.1668.43
HexEB729B0332281544b44
Octal3531622330634210524113104
Binary111010111110010100110110110011100010100010101010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb729b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb729b; }

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

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

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

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

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

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

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

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