#EB6896

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

Shades of Pale Violet Red #EB6896

Tints of Pale Violet Red #EB6896

Color information

#EB6896 (or 0xEB6896) is unknown color: approx Pale Violet Red. HEX triplet: EB, 68 and 96. RGB value is (235,104,150). Sum of RGB (Red+Green+Blue) = 235+104+150=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6896 is #149769. Grayscale: #949494. Windows color (decimal): -1349482 or 9857259. OLE color: 9857259.

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

Color convert

RGB235104150-
CMYK00.560.360.08
HSL338.93º76.61%66.47%-
HSV(B)338.93º55.74%92.16%-
XYZ44.7229.7632.24-
YUV148.41128.9189.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=48.06%
G=21.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510415000.560.360.08338.9376.6166.47
HexEB68960382481534d42
Octal3531502260704410523115102
Binary111010111101000100101100111000100100100010101001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6896; }

 p { color: rgb(235,104,150); }

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

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

 a { background-color: rgb(235,104,150); }

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

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

 span { border-color: rgb(235,104,150); }

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