#EC5465

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

Shades of Wild Watermelon #EC5465

Tints of Wild Watermelon #EC5465

Color information

#EC5465 (or 0xEC5465) is unknown color: approx Wild Watermelon. HEX triplet: EC, 54 and 65. RGB value is (236,84,101). Sum of RGB (Red+Green+Blue) = 236+84+101=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5465 is #13AB9A. Grayscale: #838383. Windows color (decimal): -1289115 or 6640876. OLE color: 6640876.

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

Color convert

RGB23684101-
CMYK00.640.570.07
HSL353.29º80%62.75%-
HSV(B)353.29º64.41%92.55%-
XYZ40.1125.1115.05-
YUV131.39110.86202.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.06%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=56.06%
G=19.95%
B=23.99%

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
Decimal2368410100.640.570.07353.298062.75
HexEC5465040397161503f
Octal354124145010071754112077
Binary1110110010101001100101010000001110011111011000011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5465; }

 p { color: rgb(236,84,101); }

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

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

 a { background-color: rgb(236,84,101); }

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

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

 span { border-color: rgb(236,84,101); }

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