#EA556B

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

Shades of Wild Watermelon #EA556B

Tints of Wild Watermelon #EA556B

Color information

#EA556B (or 0xEA556B) is unknown color: approx Wild Watermelon. HEX triplet: EA, 55 and 6B. RGB value is (234,85,107). Sum of RGB (Red+Green+Blue) = 234+85+107=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA556B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA556B is #15AA94. Grayscale: #848484. Windows color (decimal): -1419925 or 7034346. OLE color: 7034346.

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

Color convert

RGB23485107-
CMYK00.640.540.08
HSL351.14º78.01%62.55%-
HSV(B)351.14º63.68%91.76%-
XYZ39.8325.0516.65-
YUV132.06113.86200.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.93%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 107 (42.19% from 255) = 25.12%
R=54.93%
G=19.95%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348510700.640.540.08351.1478.0162.55
HexEA556B04036815f4e3f
Octal3521251530100661053711677
Binary11101010101010111010110100000011011010001010111111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA556B; }

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

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

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

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

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

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

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

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