#EB739C

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

Shades of Pale Violet Red #EB739C

Tints of Pale Violet Red #EB739C

Color information

#EB739C (or 0xEB739C) is unknown color: approx Pale Violet Red. HEX triplet: EB, 73 and 9C. RGB value is (235,115,156). Sum of RGB (Red+Green+Blue) = 235+115+156=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB739C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB739C is #148C63. Grayscale: #9B9B9B. Windows color (decimal): -1346660 or 10253291. OLE color: 10253291.

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

Color convert

RGB235115156-
CMYK00.510.340.08
HSL339.5º75%68.63%-
HSV(B)339.5º51.06%92.16%-
XYZ46.3932.3235.25-
YUV155.55128.26184.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 115 (45.31% from 255) = 22.73%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=46.44%
G=22.73%
B=30.83%

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
Decimal23511515600.510.340.08339.57568.63
HexEB739C0332281544b45
Octal3531632340634210524113105
Binary111010111110011100111000110011100010100010101010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB739C; }

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

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

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

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

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

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

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

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