#EB659D

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

Shades of Pale Violet Red #EB659D

Tints of Pale Violet Red #EB659D

Color information

#EB659D (or 0xEB659D) is unknown color: approx Pale Violet Red. HEX triplet: EB, 65 and 9D. RGB value is (235,101,157). Sum of RGB (Red+Green+Blue) = 235+101+157=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB659D is #149A62. Grayscale: #939393. Windows color (decimal): -1350243 or 10315243. OLE color: 10315243.

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

Color convert

RGB235101157-
CMYK00.570.330.08
HSL334.93º77.01%65.88%-
HSV(B)334.93º57.02%92.16%-
XYZ4529.435.2-
YUV147.45133.39190.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=47.67%
G=20.49%
B=31.85%

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
Decimal23510115700.570.330.08334.9377.0165.88
HexEB659D03921814f4d42
Octal3531452350714110517115102
Binary111010111100101100111010111001100001100010100111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB659D; }

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

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

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

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

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

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

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

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