Html Css Color HEX #EC5462 Wild Watermelon

📋 copy color: '#EC5462'

red 236 ◦ green 84 ◦ blue 98

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

Shades of Wild Watermelon #EC5462

Tints of Wild Watermelon #EC5462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.44%

R = 56.46%
G = 20.1%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC5462 (or 0xEC5462) is known color: Wild Watermelon. HEX triplet: EC, 54 and 62. RGB value is (236,84,98). Sum of RGB (Red+Green+Blue) = 236+84+98=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5462 is #13AB9D. Grayscale: #838383. Windows color (decimal): -1289118 or 6444268. OLE color: 6444268.

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

Color convert

RGB 236 84 98 -
CMYK 0 0.64 0.58 0.07
HSL 354.47º 0.8% 0.63% -
HSV(B) 354.47º 0.64% 0.93% -
XYZ 39.97 25.06 14.28 -
YUV 131.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 236 84 98 0 0.64 0.58 0.07 354.47 0.8 0.63
Hex EC 54 62 0 40 3A 7 162 50 3F
Octal 354 124 142 0 100 72 7 542 120 77
Binary 11101100 1010100 1100010 0 1000000 111010 111 101100010 1010000 111111

Color Harmonies of #EC5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5462

Black with #EC5462

Text Example


Text Example

White with #EC5462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5462; }

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

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

background-color css

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

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

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

border-color css

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

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

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