#EA5563

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

Shades of Wild Watermelon #EA5563

Tints of Wild Watermelon #EA5563

Color information

#EA5563 (or 0xEA5563) is unknown color: approx Wild Watermelon. HEX triplet: EA, 55 and 63. RGB value is (234,85,99). Sum of RGB (Red+Green+Blue) = 234+85+99=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5563 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5563 is #15AA9C. Grayscale: #838383. Windows color (decimal): -1419933 or 6510058. OLE color: 6510058.

HSL color Cylindrical-coordinate representation of color #EA5563: hue angle of 354.36º degrees, saturation: 0.78, 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 #EA5563 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB2348599-
CMYK00.640.580.08
HSL354.36º78.01%62.55%-
HSV(B)354.36º63.68%91.76%-
XYZ39.4324.8914.53-
YUV131.15109.86201.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.98%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=55.98%
G=20.33%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234859900.640.580.08354.3678.0162.55
HexEA55630403A81624e3f
Octal3521251430100721054211677
Binary11101010101010111000110100000011101010001011000101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5563; }

 p { color: rgb(234,85,99); }

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

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

 a { background-color: rgb(234,85,99); }

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

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

 span { border-color: rgb(234,85,99); }

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