Html Css Color HEX #EC5465 Wild Watermelon

📋 copy color: '#EC5465'

red 236 ◦ green 84 ◦ blue 101

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

Shades of Wild Watermelon #EC5465

Tints of Wild Watermelon #EC5465

RGB

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

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC5465 (or 0xEC5465) is known color: 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

RGB 236 84 101 -
CMYK 0 0.64 0.57 0.07
HSL 353.29º 0.8% 0.63% -
HSV(B) 353.29º 0.64% 0.93% -
XYZ 40.11 25.11 15.05 -
YUV 131.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 236 84 101 0 0.64 0.57 0.07 353.29 0.8 0.63
Hex EC 54 65 0 40 39 7 161 50 3F
Octal 354 124 145 0 100 71 7 541 120 77
Binary 11101100 1010100 1100101 0 1000000 111001 111 101100001 1010000 111111

Color Harmonies of #EC5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5465

Black with #EC5465

Text Example


Text Example

White with #EC5465

Text Example


Text Example

HTML Codes & Css Web 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>