#ED5568

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

Shades of Wild Watermelon #ED5568

Tints of Wild Watermelon #ED5568

Color information

#ED5568 (or 0xED5568) is unknown color: approx Wild Watermelon. HEX triplet: ED, 55 and 68. RGB value is (237,85,104). Sum of RGB (Red+Green+Blue) = 237+85+104=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5568 is #12AA97. Grayscale: #848484. Windows color (decimal): -1223320 or 6837741. OLE color: 6837741.

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

Color convert

RGB23785104-
CMYK00.640.560.07
HSL352.5º80.85%63.14%-
HSV(B)352.5º64.14%92.94%-
XYZ40.6725.515.88-
YUV132.61111.86202.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.63%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=55.63%
G=19.95%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378510400.640.560.07352.580.8563.14
HexED5568040387160513f
Octal355125150010070754012177
Binary1110110110101011101000010000001110001111011000001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5568; }

 p { color: rgb(237,85,104); }

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

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

 a { background-color: rgb(237,85,104); }

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

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

 span { border-color: rgb(237,85,104); }

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