#EB596C

Color #EB596C Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #EB596C

Tints of Wild Watermelon #EB596C

Color information

#EB596C (or 0xEB596C) is unknown color: approx Wild Watermelon. HEX triplet: EB, 59 and 6C. RGB value is (235,89,108). Sum of RGB (Red+Green+Blue) = 235+89+108=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB596C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB596C is #14A693. Grayscale: #868686. Windows color (decimal): -1353364 or 7100907. OLE color: 7100907.

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

Color convert

RGB23589108-
CMYK00.620.540.08
HSL352.19º78.49%63.53%-
HSV(B)352.19º62.13%92.16%-
XYZ40.5425.8917.05-
YUV134.82112.87199.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.40%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 108 (42.58% from 255) = 25%
R=54.40%
G=20.60%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358910800.620.540.08352.1978.4963.53
HexEB596C03E3681604e40
Octal3531311540766610540116100
Binary11101011101100111011000111110110110100010110000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB596C; }

 p { color: rgb(235,89,108); }

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

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

 a { background-color: rgb(235,89,108); }

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

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

 span { border-color: rgb(235,89,108); }

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