#EB659C

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

Shades of Pale Violet Red #EB659C

Tints of Pale Violet Red #EB659C

Color information

#EB659C (or 0xEB659C) is unknown color: approx Pale Violet Red. HEX triplet: EB, 65 and 9C. RGB value is (235,101,156). Sum of RGB (Red+Green+Blue) = 235+101+156=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB659C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB659C is #149A63. Grayscale: #939393. Windows color (decimal): -1350244 or 10249707. OLE color: 10249707.

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

Color convert

RGB235101156-
CMYK00.570.340.08
HSL335.37º77.01%65.88%-
HSV(B)335.37º57.02%92.16%-
XYZ44.9229.3734.75-
YUV147.34132.89190.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.76%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=47.76%
G=20.53%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510115600.570.340.08335.3777.0165.88
HexEB659C03922814f4d42
Octal3531452340714210517115102
Binary111010111100101100111000111001100010100010100111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB659C; }

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

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

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

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

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

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

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

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