Html Css Color HEX #EC5460 Wild Watermelon

📋 copy color: '#EC5460'

red 236 ◦ green 84 ◦ blue 96

#EC5460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #EC5460

Tints of Wild Watermelon #EC5460

RGB

 RED value IS 236 (92.58% from 255) = 56.73%

 GREEN value IS 84 (33.2% from 255) = 20.19%

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 56.73%
G = 20.19%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC5460 (or 0xEC5460) is known color: Wild Watermelon. HEX triplet: EC, 54 and 60. RGB value is (236,84,96). Sum of RGB (Red+Green+Blue) = 236+84+96=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5460 is #13AB9F. Grayscale: #828282. Windows color (decimal): -1289120 or 6313196. OLE color: 6313196.

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

Color convert

RGB 236 84 96 -
CMYK 0 0.64 0.59 0.07
HSL 355.26º 0.8% 0.63% -
HSV(B) 355.26º 0.64% 0.93% -
XYZ 39.87 25.02 13.79 -
YUV 130.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 236 84 96 0 0.64 0.59 0.07 355.26 0.8 0.63
Hex EC 54 60 0 40 3B 7 163 50 3F
Octal 354 124 140 0 100 73 7 543 120 77
Binary 11101100 1010100 1100000 0 1000000 111011 111 101100011 1010000 111111

Color Harmonies of #EC5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5460

Black with #EC5460

Text Example


Text Example

White with #EC5460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5460; }

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

 H1.HeaderClassName
 {
   color: #EC5460;
 }
 .AnyTagClassName
 {
   color: #EC5460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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