#ed5665

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

Shades of Wild Watermelon #ED5665

Tints of Wild Watermelon #ED5665

Color information

#ED5665 (or 0xED5665) is unknown color: approx Wild Watermelon. HEX triplet: ED, 56 and 65. RGB value is (237,86,101). Sum of RGB (Red+Green+Blue) = 237+86+101=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5665 is #12A99A. Grayscale: #848484. Windows color (decimal): -1223067 or 6641389. OLE color: 6641389.

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

Color convert

RGB23786101-
CMYK00.640.570.07
HSL354.04º80.75%63.33%-
HSV(B)354.04º63.71%92.94%-
XYZ40.625.615.11-
YUV132.86110.03202.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.90%
GREEN value IS 86 (33.98% from 255) = 20.28%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=55.90%
G=20.28%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378610100.640.570.07354.0480.7563.33
HexED5665040397162513f
Octal355126145010071754212177
Binary1110110110101101100101010000001110011111011000101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed5665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed5665; }

 p { color: rgb(237,86,101); }

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

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

 a { background-color: rgb(237,86,101); }

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

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

 span { border-color: rgb(237,86,101); }

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