#EB556A

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

Shades of Wild Watermelon #EB556A

Tints of Wild Watermelon #EB556A

Color information

#EB556A (or 0xEB556A) is unknown color: approx Wild Watermelon. HEX triplet: EB, 55 and 6A. RGB value is (235,85,106). Sum of RGB (Red+Green+Blue) = 235+85+106=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB556A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB556A is #14AA95. Grayscale: #848484. Windows color (decimal): -1354390 or 6968811. OLE color: 6968811.

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

Color convert

RGB23585106-
CMYK00.640.550.08
HSL351.6º78.95%62.75%-
HSV(B)351.6º63.83%92.16%-
XYZ40.1125.216.39-
YUV132.24113.2201.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.16%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=55.16%
G=19.95%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358510600.640.550.08351.678.9562.75
HexEB556A0403781604f3f
Octal3531251520100671054011777
Binary11101011101010111010100100000011011110001011000001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB556A; }

 p { color: rgb(235,85,106); }

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

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

 a { background-color: rgb(235,85,106); }

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

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

 span { border-color: rgb(235,85,106); }

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