#eb6595

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

Shades of Pale Violet Red #EB6595

Tints of Pale Violet Red #EB6595

Color information

#EB6595 (or 0xEB6595) is unknown color: approx Pale Violet Red. HEX triplet: EB, 65 and 95. RGB value is (235,101,149). Sum of RGB (Red+Green+Blue) = 235+101+149=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6595 is #149A6A. Grayscale: #929292. Windows color (decimal): -1350251 or 9790955. OLE color: 9790955.

HSL color Cylindrical-coordinate representation of color #EB6595: hue angle of 338.51º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB6595 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235101149-
CMYK00.570.370.08
HSL338.51º77.01%65.88%-
HSV(B)338.51º57.02%92.16%-
XYZ44.3429.1431.72-
YUV146.54129.39191.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=48.45%
G=20.82%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510114900.570.370.08338.5177.0165.88
HexEB65950392581534d42
Octal3531452250714510523115102
Binary111010111100101100101010111001100101100010101001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb6595; }

 p { color: rgb(235,101,149); }

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

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

 a { background-color: rgb(235,101,149); }

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

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

 span { border-color: rgb(235,101,149); }

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