#EB729D

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

Shades of Pale Violet Red #EB729D

Tints of Pale Violet Red #EB729D

Color information

#EB729D (or 0xEB729D) is unknown color: approx Pale Violet Red. HEX triplet: EB, 72 and 9D. RGB value is (235,114,157). Sum of RGB (Red+Green+Blue) = 235+114+157=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB729D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB729D is #148D62. Grayscale: #9B9B9B. Windows color (decimal): -1346915 or 10318571. OLE color: 10318571.

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

Color convert

RGB235114157-
CMYK00.510.330.08
HSL338.68º75.16%68.43%-
HSV(B)338.68º51.49%92.16%-
XYZ46.3632.1335.66-
YUV155.08129.09185-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=46.44%
G=22.53%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511415700.510.330.08338.6875.1668.43
HexEB729D0332181534b44
Octal3531622350634110523113104
Binary111010111110010100111010110011100001100010101001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB729D; }

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

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

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

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

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

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

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

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