#EE5B74

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

Shades of Wild Watermelon #EE5B74

Tints of Wild Watermelon #EE5B74

Color information

#EE5B74 (or 0xEE5B74) is unknown color: approx Wild Watermelon. HEX triplet: EE, 5B and 74. RGB value is (238,91,116). Sum of RGB (Red+Green+Blue) = 238+91+116=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5B74 is #11A48B. Grayscale: #898989. Windows color (decimal): -1156236 or 7625710. OLE color: 7625710.

HSL color Cylindrical-coordinate representation of color #EE5B74: hue angle of 349.8º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5B74 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB23891116-
CMYK00.620.510.07
HSL349.8º81.22%64.51%-
HSV(B)349.8º61.76%93.33%-
XYZ42.1526.9219.5-
YUV137.8115.7199.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.48%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=53.48%
G=20.45%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389111600.620.510.07349.881.2264.51
HexEE5B7403E33715e5141
Octal356133164076637536121101
Binary1110111010110111110100011111011001111110101111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5B74; }

 p { color: rgb(238,91,116); }

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

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

 a { background-color: rgb(238,91,116); }

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

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

 span { border-color: rgb(238,91,116); }

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