#EB6B9B

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

Shades of Pale Violet Red #EB6B9B

Tints of Pale Violet Red #EB6B9B

Color information

#EB6B9B (or 0xEB6B9B) is unknown color: approx Pale Violet Red. HEX triplet: EB, 6B and 9B. RGB value is (235,107,155). Sum of RGB (Red+Green+Blue) = 235+107+155=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6B9B is #149464. Grayscale: #969696. Windows color (decimal): -1348709 or 10185707. OLE color: 10185707.

HSL color Cylindrical-coordinate representation of color #EB6B9B: hue angle of 337.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6B9B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235107155-
CMYK00.540.340.08
HSL337.5º76.19%67.06%-
HSV(B)337.5º54.47%92.16%-
XYZ45.4430.5434.51-
YUV150.74130.41188.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 107 (42.19% from 255) = 21.53%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=47.28%
G=21.53%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510715500.540.340.08337.576.1967.06
HexEB6B9B0362281524c43
Octal3531532330664210522114103
Binary111010111101011100110110110110100010100010101001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6B9B; }

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

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

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

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

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

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

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

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