#ED4F63

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

Shades of Wild Watermelon #ED4F63

Tints of Wild Watermelon #ED4F63

Color information

#ED4F63 (or 0xED4F63) is unknown color: approx Wild Watermelon. HEX triplet: ED, 4F and 63. RGB value is (237,79,99). Sum of RGB (Red+Green+Blue) = 237+79+99=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F63 is #12B09C. Grayscale: #808080. Windows color (decimal): -1224861 or 6508525. OLE color: 6508525.

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

Color convert

RGB2377999-
CMYK00.670.580.07
HSL352.41º81.44%61.96%-
HSV(B)352.41º66.67%92.94%-
XYZ39.9724.514.43-
YUV128.52111.35205.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.11%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 99 (39.06% from 255) = 23.86%
R=57.11%
G=19.04%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237799900.670.580.07352.4181.4461.96
HexED4F630433A7160513e
Octal355117143010372754012176
Binary1110110110011111100011010000111110101111011000001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4F63; }

 p { color: rgb(237,79,99); }

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

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

 a { background-color: rgb(237,79,99); }

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

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

 span { border-color: rgb(237,79,99); }

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