#EB659E

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

Shades of Pale Violet Red #EB659E

Tints of Pale Violet Red #EB659E

Color information

#EB659E (or 0xEB659E) is unknown color: approx Pale Violet Red. HEX triplet: EB, 65 and 9E. RGB value is (235,101,158). Sum of RGB (Red+Green+Blue) = 235+101+158=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB659E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB659E is #149A61. Grayscale: #939393. Windows color (decimal): -1350242 or 10380779. OLE color: 10380779.

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

Color convert

RGB235101158-
CMYK00.570.330.08
HSL334.48º77.01%65.88%-
HSV(B)334.48º57.02%92.16%-
XYZ45.0929.4435.65-
YUV147.56133.89190.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=47.57%
G=20.45%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510115800.570.330.08334.4877.0165.88
HexEB659E03921814e4d42
Octal3531452360714110516115102
Binary111010111100101100111100111001100001100010100111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB659E; }

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

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

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

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

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

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

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

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