#EA5B71

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

Shades of Wild Watermelon #EA5B71

Tints of Wild Watermelon #EA5B71

Color information

#EA5B71 (or 0xEA5B71) is unknown color: approx Wild Watermelon. HEX triplet: EA, 5B and 71. RGB value is (234,91,113). Sum of RGB (Red+Green+Blue) = 234+91+113=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B71 is #15A48E. Grayscale: #888888. Windows color (decimal): -1418383 or 7429098. OLE color: 7429098.

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

Color convert

RGB23491113-
CMYK00.610.520.08
HSL350.77º77.3%63.73%-
HSV(B)350.77º61.11%91.76%-
XYZ40.6526.1718.53-
YUV136.26114.88197.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.42%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=53.42%
G=20.78%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349111300.610.520.08350.7777.363.73
HexEA5B7103D34815f4d40
Octal3521331610756410537115100
Binary11101010101101111100010111101110100100010101111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5B71; }

 p { color: rgb(234,91,113); }

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

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

 a { background-color: rgb(234,91,113); }

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

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

 span { border-color: rgb(234,91,113); }

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