#EB739B

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

Shades of Pale Violet Red #EB739B

Tints of Pale Violet Red #EB739B

Color information

#EB739B (or 0xEB739B) is unknown color: approx Pale Violet Red. HEX triplet: EB, 73 and 9B. RGB value is (235,115,155). Sum of RGB (Red+Green+Blue) = 235+115+155=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB739B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB739B is #148C64. Grayscale: #9B9B9B. Windows color (decimal): -1346661 or 10187755. OLE color: 10187755.

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

Color convert

RGB235115155-
CMYK00.510.340.08
HSL340º75%68.63%-
HSV(B)340º51.06%92.16%-
XYZ46.3132.2934.8-
YUV155.44127.76184.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=46.53%
G=22.77%
B=30.69%

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
Decimal23511515500.510.340.083407568.63
HexEB739B0332281544b45
Octal3531632330634210524113105
Binary111010111110011100110110110011100010100010101010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB739B; }

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

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

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

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

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

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

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

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